A Dependently Typed Functional Programming Language
Go to file
2016-05-06 18:29:31 +01:00
benchmarks Update Benchmark to respect new visibility rules. 2016-02-08 15:30:24 +00:00
codegen Remove --yes-really 2015-09-11 17:59:27 +02:00
docs Added slightly to the C FFI reference, and corrected a code example i… (#3126) 2016-04-26 14:40:03 +02:00
icons Add the idris icon to the windows build 2016-01-24 22:10:40 +01:00
idrisdoc Updated signatures to use Conor colours, increased difference between links and non-links, and fixed a wrap issue in Safari and Chrome 2014-04-17 01:30:02 +02:00
jsrts Add a getLine primitive to browser js 2015-09-24 17:06:51 +02:00
libs Totality checking now looks inside case directly 2016-05-01 19:01:34 +01:00
logos Added SVG logos 2015-06-22 15:32:38 +01:00
main Cleanup main warnings (#3123) 2016-04-20 09:36:06 +02:00
man Changed type classes in error messages and documentation to interfaces where necessary (previously forgotten) 2016-04-06 19:37:40 +02:00
rts RTS tweaks 2016-05-05 20:34:33 +01:00
samples Changed the '[static]' annotation to '%static', for uniformity with the rest of the language. 2016-01-23 20:29:01 +01:00
src Added covering as a possible value for %default 2016-05-06 10:51:15 +01:00
test Added test case directive002 2016-05-06 18:29:31 +01:00
.gitattributes typo fix in git attributes, adding test results to gitignore 2012-11-26 21:09:59 -05:00
.gitignore Added *.dSYM to .gitignore since it is generated by a test on mac 2016-04-03 20:23:23 +02:00
.travis.yml Run benchmarks in travis 2016-01-04 15:49:10 +01:00
CHANGELOG.md Totality checking now looks inside case directly 2016-05-01 19:01:34 +01:00
CITATION.md Added a citation file. 2015-02-26 16:35:38 +00:00
config.mk Remove dead code in build system 2016-03-18 23:16:38 -07:00
CONTRIBUTING.md CONTRIBUTING.md: Fix typo "Factroy" -> "Factory" 2015-10-12 00:25:54 -04:00
CONTRIBUTORS File Modes CHANGELOG 2016-02-09 02:01:54 -08:00
custom.mk-alldeps Remove curses dependency 2016-03-03 12:43:50 +01:00
idris-tutorial.pdf Updated document versions to 0.11 and updated tutorial pdf. 2016-03-26 09:32:46 +00:00
idris.cabal Added test case directive002 2016-05-06 18:29:31 +01:00
INSTALL.md Add instructions to deploy with stack on NixOS. Remove the resolver version from the documentation 2016-01-24 13:50:29 -08:00
LICENSE Fix LICENSE 2011-09-14 18:01:24 +01:00
Makefile Set target explicitly for test_c 2016-01-24 02:51:29 +01:00
mkpkg.sh Add script to put library docs in a tarball. 2015-03-19 19:14:44 +01:00
README.md Updates to installation docs for devs. 2015-12-10 17:20:41 +00:00
RELEASE-CHECKS.md Addresses #1235 Add release checklist. 2016-04-26 09:20:54 +01:00
Setup.hs Fix #1957 Make man page installable. 2016-04-05 20:40:01 +01:00
stack-shell.nix Bumped stack to latest version 5.11 2016-04-06 11:36:35 +01:00
stack.yaml Bumped stack to latest version 5.11 2016-04-06 11:36:35 +01:00
win-release.sh Implement bundled toolchain feature 2015-04-02 17:21:08 +02:00

Idris

Build Status Documentation Status Hackage

Idris (http://idris-lang.org/) is a general-purpose functional programming language with dependent types.

Installation Guides.

This repository represents the latest development version of the language, and may contain bugs that are being actively worked on. For those who wish to use a more stable version of Idris please consider installing the latest version that has been released on Hackage. Installation instructions for various platforms can be found on the Idris Wiki.

More information about building Idris from source has been detailed in the Installation Guide

Code Generation

Idris has support for external code generators. Supplied with the distribution is a C code generator to compile executables, and a JavaScript code generator with support for node.js and browser JavaScript.

At this moment in time there are two external repositories with a Java code generator and an LLVM-based code generator.

More Information

If you would like to find out more information, or ask questions, we currently have a Wiki; a mailing list, and an IRC channel #idris on freenode. To join the IRC channel, point your irc client to chat.freenode.net then /join #idris.

For those further interested in using Idris for projects, the Idris Hackers GitHub organisation is where some interesting projects are being hosted.

For those interested in contributing to Idris directly we kindly ask that prospective developers please consult the Contributing Guide first.