Skip to content

idris-lang/Idris-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

99bd4d5 · Dec 11, 2018
Aug 5, 2017
Mar 23, 2018
Sep 18, 2017
Nov 29, 2018
Jan 24, 2016
Apr 16, 2014
Aug 1, 2017
Dec 8, 2018
Jun 22, 2015
Sep 16, 2017
Oct 23, 2018
Sep 13, 2018
Dec 4, 2017
Aug 3, 2017
Dec 7, 2018
Dec 7, 2018
Nov 27, 2012
Aug 6, 2017
Mar 31, 2018
Oct 13, 2016
Dec 11, 2018
Oct 24, 2018
Feb 26, 2015
Nov 6, 2018
Apr 2, 2018
May 22, 2018
Sep 14, 2011
Oct 19, 2016
Jul 2, 2017
Apr 1, 2017
Mar 30, 2018
Nov 2, 2017
Sep 15, 2018
May 1, 2018
Mar 3, 2016
May 29, 2018
Dec 9, 2018
Mar 8, 2017
Jul 30, 2018
Dec 3, 2018
Apr 4, 2017
Apr 2, 2015

Repository files navigation

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.