@hackage idris1.3.4
Functional Programming Language with Dependent Types
Categories
License
BSD-3-Clause
Maintainer
Niklas Larsson <niklas@mm.st>
Links
Versions
Installation
CustomTested Compilers
Dependencies (48)
- Win32 <2.7
- aeson >=0.6 && <1.6
- annotated-wl-pprint >=0.7 && <0.8
- ansi-terminal <0.12
- ansi-wl-pprint <0.7
- array >=0.4.0.1 && <0.6 Show all…
Dependents (1)
@hackage/acme-everything
Package Flags
ffi
(off by default)
Build support for libffi
gmp
(off by default)
Use GMP for Integers
release
(off by default)
This is an official release
freestanding
(off by default)
Build an Idris that doesn't use cabal
ci
(off by default)
Built everything using "-Werror", meant for CI-builds only
execonly
(off by default)
Build executables only, skip the libraries and RTS
Idris 1
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 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.