A Dependently Typed Functional Programming Language
Go to file
2017-09-18 12:14:17 +02:00
.github Added issue template 2017-08-05 18:45:41 +02:00
benchmarks Fix fasta benchmark 2017-08-06 15:01:13 +02:00
codegen Merge branch 'master' into exportiface_js 2017-09-18 12:14:17 +02:00
docs partial-evaluation.rst: peval is off since 1.0 2017-08-04 11:45:42 +03: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 Fix undeclared variable in node runtime 2017-08-01 19:00:45 +02:00
libs Fix deprecation warning in Text.Literate 2017-09-17 17:41:52 +01:00
logos Added SVG logos 2015-06-22 15:32:38 +01:00
main Clean up unused imports (#4065) 2017-09-16 19:28:47 +02:00
man Update version numbers 2017-04-01 09:13:25 +01:00
rts Added Data.IORef 2017-09-17 13:25:56 +01:00
samples Refresh the tutorial 2017-03-31 18:45:06 +01:00
scripts Add OpenBSD support to shebang script 2017-08-03 08:08:14 -07:00
src Merge branch 'master' into exportiface_js 2017-09-18 12:14:17 +02:00
test Added Data.IORef 2017-09-17 13:25:56 +01:00
.gitattributes typo fix in git attributes, adding test results to gitignore 2012-11-26 21:09:59 -05:00
.gitignore Add cabal new-build's build dir to ignore 2017-08-06 15:03:34 +02:00
.stylish-haskell.yaml Convert tabs to spaces in stylish 2016-10-13 15:42:59 -07:00
.travis.yml Disable macOS builds on Travis 2017-07-24 21:06:33 +02:00
appveyor.yml Try to make appveyor not be mad at warnings 2017-08-19 18:08:27 +02:00
CHANGELOG.md Update CHANGELOG.md 2017-09-17 18:37:56 +02:00
CITATION.md Added a citation file. 2015-02-26 16:35:38 +00:00
config.mk Fix the build on MSYS2 (Windows) when MSYSTEM=MINGW{32,64} 2017-01-30 11:28:01 -05:00
CONTRIBUTING.md Update CONTRIBUTING.md 2017-08-05 16:02:10 +02:00
CONTRIBUTORS added my self to contributors 2017-09-15 07:54:28 +01:00
custom.mk-alldeps Remove curses dependency 2016-03-03 12:43:50 +01:00
HLint.hs Turn on some LANGUAGE pragmas to make stylish-haskell happy. 2016-10-13 15:42:59 -07:00
idris-tutorial.pdf Updated document versions to 0.11 and updated tutorial pdf. 2016-03-26 09:32:46 +00:00
idris.cabal Clean up unused imports (#4065) 2017-09-16 19:28:47 +02:00
INSTALL.md added hint to get around build failures due to old ibc files 2017-03-29 18:55:03 +02:00
LICENSE Fix LICENSE 2011-09-14 18:01:24 +01:00
Makefile Fix typo, make stylize.sh work when a dist directory exists 2016-10-19 14:36:24 -07:00
mkpkg.sh Calculate SHA256 in mkpkg.sh 2017-03-08 11:07:05 +00:00
README.md Fix hackage widget 2017-07-02 16:26:32 +02:00
RELEASE-CHECKS.md Update version numbers 2017-04-01 09:13:25 +01:00
Setup.hs Fix build with Cabal 2.0.0.2 on Windows 2017-08-05 22:18:38 +02:00
stack-shell.nix Bump Idris to compile using LTS Haskell 9.0. 2017-07-27 10:37:37 +01:00
stack.yaml Clean up unused imports (#4065) 2017-09-16 19:28:47 +02:00
stylize.sh Abort if stylish-haskell is missing. 2017-04-04 09:40:16 +01:00
win-release.sh Implement bundled toolchain feature 2015-04-02 17:21:08 +02:00

Idris

Build Status Appveyor build Documentation Status Hackage Stackage LTS Stackage Nightly IRC

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.

More information about code generators can be found on the wiki.

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.