A Dependently Typed Functional Programming Language
Go to file
Niklas Larsson cf78f0fb33
Merge pull request #4926 from Vekhir/patch-1
Update dependencies for GHC 9.6
2024-01-02 21:47:46 +01:00
.github Added issue template 2017-08-05 18:45:41 +02:00
benchmarks use HTTPS URL instead of HTTP URL when possible 2019-12-19 14:26:41 +01:00
codegen Remove redundant import statements 2020-06-10 18:43:37 -07:00
docs mention named implementations earlier 2022-02-28 20:00:24 -07: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 Update Runtime-node.js 2019-03-21 14:58:15 +01:00
libs Fix typo: erae => erase 2021-01-29 19:25:47 +09: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 Prepare for release v1.3.3 2020-05-23 23:51:50 +02:00
rts Merge pull request #4856 from buzden/arduino-main-work-again 2020-06-06 14:25:07 +02:00
samples Remove long-deprecated abstract 2017-12-04 13:31:58 -05:00
scripts Add OpenBSD support to shebang script 2017-08-03 08:08:14 -07:00
src Support mtl 2.3 2023-12-17 13:04:57 +01:00
test fix ffi008 test: Avoid multiple definition of `mystruct'. 2022-04-14 10:33:37 +02: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
.hlint.yaml Use new HLint config file. 2018-03-31 14:24:26 +02:00
.stylish-haskell.yaml Convert tabs to spaces in stylish 2016-10-13 15:42:59 -07:00
.travis.yml Disable Idris 2 job 2020-05-24 15:54:48 +02:00
appveyor.yml Update version to 1.3.4 2021-10-22 23:17:29 +02:00
azure-pipelines.yml use HTTPS URL instead of HTTP URL when possible 2019-12-19 14:26:41 +01:00
CHANGELOG.md Update version to 1.3.4 2021-10-22 23:17:29 +02:00
CITATION.md use HTTPS URL instead of HTTP URL when possible 2019-12-19 14:26:41 +01:00
config.mk Strip unreachable code/data 2018-05-01 23:17:54 +02:00
CONTRIBUTING.md use HTTPS URL instead of HTTP URL when possible 2019-12-19 14:26:41 +01:00
CONTRIBUTORS add to proof documentation 2019-02-23 08:32:21 +00:00
custom.mk-alldeps Remove curses dependency 2016-03-03 12:43:50 +01:00
guix.scm Add a guix.scm for easy building on Guix. 2022-04-14 11:36:12 +02:00
idris-tutorial.pdf Minor fix to latex sphinx build configuration. 2020-03-10 14:17:53 +00:00
idris.cabal Update dependencies 2024-01-02 13:28:22 +01:00
INSTALL.md added a shell.nix and updated INSTALL.md 2021-08-29 15:51:40 +02:00
LICENSE Fix LICENSE 2011-09-14 18:01:24 +01:00
Makefile Disable travis for GHC 8.8 (libffi still broken) 2020-01-25 18:48:50 +01:00
mkpkg.sh Calculate SHA256 in mkpkg.sh 2017-03-08 11:07:05 +00:00
README.md Changed IRC server information 2021-11-07 18:49:30 +00:00
RELEASE-CHECKS.md Update version numbers 2017-04-01 09:13:25 +01:00
Setup.hs Rename expected, input and run 2020-01-25 01:44:54 +01:00
shell.nix added a shell.nix and updated INSTALL.md 2021-08-29 15:51:40 +02:00
stack-11.22.yaml Added stacks 2020-03-18 21:24:08 +03:00
stack-12.26.yaml Added stacks 2020-03-18 21:24:08 +03:00
stack-15.3.yaml Added stacks 2020-03-18 21:24:08 +03:00
stack-15.12.yaml Add haskeline to extra-deps for default stack.yaml 2020-06-10 18:42:19 -07:00
stack-shell.nix Add perl, nodejs to stack-shell.nix 2018-07-30 10:02:56 +08:00
stack.yaml Upgrade from stackage-15.4 to stackage-15.12 2020-05-12 12:46:59 -05: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 1

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

Idris (https://idris-lang.org/) is a general-purpose functional programming language with dependent types.

Installation

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 here.

Status

This is Idris 1, implemented in Haskell. Idris 1 is not actively worked on anymore.

Idris 2 is the next generation of Idris, and where primary development happens.

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 libera. To join the IRC channel, point your irc client to irc.libera.chat 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.