A Dependently Typed Functional Programming Language
Go to file
2016-01-24 22:10:40 +01:00
benchmarks Fix quasigroups compile time issues 2016-01-03 13:23:52 +01:00
codegen Remove --yes-really 2015-09-11 17:59:27 +02:00
docs Merge pull request #2892 from thisfred/tutorial-record-typo 2016-01-20 16:12:28 +00: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 Merge pull request #2895 from ziman/publish-bits 2016-01-20 16:13:05 +00:00
logos Added SVG logos 2015-06-22 15:32:38 +01:00
main Added flag to display available logging categories. 2015-12-19 23:04:34 +00:00
man Fix typo in help message (language extension) 2014-09-12 21:48:50 +02:00
rts Add __DragonFly__ to the list of Unices. 2016-01-08 22:39:04 +00:00
samples need to import Data.Vect and Data.Fin for interp.idr to compile 2015-07-19 00:47:04 -07:00
src Fix class->interface in HTML docs 2016-01-20 23:21:09 +00:00
test Reenable parallel testing 2016-01-22 20:37:30 +01:00
.gitattributes typo fix in git attributes, adding test results to gitignore 2012-11-26 21:09:59 -05:00
.gitignore Updated gitignore to ignore emacs temp files 2015-08-25 16:37:30 +01:00
.travis.yml Run benchmarks in travis 2016-01-04 15:49:10 +01:00
CHANGELOG Fix class->interface in HTML docs 2016-01-20 23:21:09 +00:00
CITATION.md Added a citation file. 2015-02-26 16:35:38 +00:00
config.mk Refactor - use else if in config.mk 2016-01-09 19:06:11 -08:00
CONTRIBUTING.md CONTRIBUTING.md: Fix typo "Factroy" -> "Factory" 2015-10-12 00:25:54 -04:00
CONTRIBUTORS Merge branch 'ioexcept-ffi' of https://github.com/aaronc/Idris-dev into aaronc-ioexcept-ffi 2016-01-20 16:09:54 +00:00
custom.mk-alldeps Saner set of suggested defaults for cabal flags. 2015-04-14 23:08:37 +01:00
idris-tutorial.pdf Updated PDF version of tutorial to current release. 2015-05-27 12:45:48 +01:00
idris.cabal Add the idris icon to the windows build 2016-01-24 22:10:40 +01:00
INSTALL.md Saner defaults for stack and revised installation instructions. 2015-12-19 14:26:37 +00:00
LICENSE Fix LICENSE 2011-09-14 18:01:24 +01:00
Makefile make the tests respect the IDRIS env variable 2016-01-22 06:57:04 +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
Setup.hs Add the idris icon to the windows build 2016-01-24 22:10:40 +01:00
stack.yaml Saner defaults for stack and revised installation instructions. 2015-12-19 14:26:37 +00: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.