A Dependently Typed Functional Programming Language
Go to file
Echo Nolan 938e8611e0 Fix deprecation warnings in benchmarks
Most of this is from purification, two are switching from the
%assert_total directive to the assert_total function.
2016-08-31 21:41:11 -07:00
benchmarks Fix deprecation warnings in benchmarks 2016-08-31 21:41:11 -07:00
codegen Tidying of idrisMain (fixes #1454). 2016-08-30 15:07:16 +01:00
docs Add info on $= record update syntax. 2016-08-29 11:39:21 +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 Typo in docs for Foldable. (#3394) 2016-08-30 08:27:44 +02:00
logos Added SVG logos 2015-06-22 15:32:38 +01:00
main Tidying of idrisMain (fixes #1454). 2016-08-30 15:07:16 +01:00
man Added --sourcepath option 2016-08-26 08:21:57 +02:00
rts Add missing cast to RTS 2016-08-27 08:26:45 -04:00
samples Changed the '[static]' annotation to '%static', for uniformity with the rest of the language. 2016-01-23 20:29:01 +01:00
scripts Move script from /bin to /scripts 2016-08-07 20:33:25 +10:00
src Merge pull request #3362 from jfdm/isolate-main 2016-08-31 08:22:18 +01:00
test prim__vm needs to take a World reference 2016-08-29 18:32:08 -04:00
.gitattributes typo fix in git attributes, adding test results to gitignore 2012-11-26 21:09:59 -05:00
.gitignore Port the test infrastructure to Tasty 2016-07-27 15:01:36 +02:00
.travis.yml Must include cppcheck and hscolour in each spot in the matrix. 2016-08-07 03:36:26 +10:00
appveyor.yml Use GHC 7.10.3 instead 2016-08-11 00:39:26 +02:00
CHANGELOG.md Purify Idris of "return" 2016-08-27 08:26:45 -04:00
CITATION.md Added a citation file. 2015-02-26 16:35:38 +00:00
config.mk Hook the new test infrastructure to cabal 2016-07-27 15:01:36 +02:00
CONTRIBUTING.md Removed reference to now deprecated dragon egg process 2016-06-19 23:07:47 +02:00
CONTRIBUTORS Make totality checker to report partial functions correctly (fix #2884) 2016-08-12 14:45:10 +03:00
custom.mk-alldeps Remove curses dependency 2016-03-03 12:43:50 +01:00
HLint.hs Updated custom HLint specification. 2016-06-20 10:10:02 +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 Tidying of idrisMain (fixes #1454). 2016-08-30 15:07:16 +01:00
INSTALL.md Update INSTALL with better path for libFFI 2016-07-31 15:06:01 +01:00
LICENSE Fix LICENSE 2011-09-14 18:01:24 +01:00
Makefile Don't use color in Appveyor's console. (#3312) 2016-08-03 01:02:04 +02:00
mkpkg.sh Add script to put library docs in a tarball. 2015-03-19 19:14:44 +01:00
README.md Add badges for Stackage LTS and Nightly. 2016-08-11 16:32:20 +01:00
RELEASE-CHECKS.md Addresses #1235 Add release checklist. 2016-04-26 09:20:54 +01:00
Setup.hs Generate extra-source-files using cabal hook 2016-08-06 20:38:07 +10:00
stack-shell.nix Bumped Idris to LTS 6.9. 2016-07-28 18:11:23 +01:00
stack.yaml Bumped Idris to LTS 6.9. 2016-07-28 18:11:23 +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

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.