A Dependently Typed Functional Programming Language
Go to file
Ahmad Salim Al-Sibahi 725605f140 Added issue template
2017-08-05 18:45:41 +02:00
.github Added issue template 2017-08-05 18:45:41 +02:00
benchmarks Fix deprecation warnings in benchmarks 2016-08-31 21:41:11 -07:00
codegen Refactoring: Move options out of AbsSyntax 2017-07-20 22:14:37 +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 typos in libs/prelude/Prelude/Bits.idr 2017-08-05 03:29:45 +08:00
logos Added SVG logos 2015-06-22 15:32:38 +01:00
main Refactoring: Move options out of AbsSyntax 2017-07-20 22:14:37 +02:00
man Update version numbers 2017-04-01 09:13:25 +01:00
rts Implement tracing for C backend 2017-06-21 00:35:42 +02: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 pull request #3969 from ziman/faster-erasure 2017-08-04 18:02:46 +02:00
test Only change diff options for OpenBSD 2017-08-04 15:16:06 -07: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
.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 Run travis under trusty 2017-06-20 20:27:10 +02:00
CHANGELOG.md Add comments, add version number to CHANGELOG. 2017-08-04 11:54:29 +01: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 Update CONTRIBUTORS 2017-03-29 20:29:23 +02: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 Merge pull request #3965 from felixonmars/cheapskate-0.1.1 2017-08-04 14:48:38 +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 Add custom-setup 2017-08-03 17:32:30 -04:00
stack-shell.nix Bump Idris to compile using LTS Haskell 9.0. 2017-07-27 10:37:37 +01:00
stack.yaml change extra-deps for idris 1.1.0 lts-9.0 resolver 2017-08-04 07:39:29 -07: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.