Skip to content

idris-lang/Idris2

Folders and files

NameName
Last commit message
Last commit date
Dec 18, 2024
Jan 2, 2024
Jun 28, 2021
Jun 24, 2024
Jan 15, 2025
May 20, 2020
Aug 31, 2023
Jan 15, 2025
Jan 16, 2021
Jan 21, 2025
Sep 1, 2024
Jan 19, 2025
Nov 20, 2024
Jan 19, 2025
Oct 27, 2023
Apr 6, 2021
Jun 30, 2021
Oct 4, 2023
Nov 23, 2023
Oct 5, 2024
Jan 15, 2025
Jan 2, 2024
Dec 10, 2024
Jun 5, 2024
May 20, 2020
Apr 27, 2024
Nov 13, 2023
Dec 27, 2023
Jul 4, 2021
Dec 27, 2023
Apr 27, 2024
Oct 28, 2022
Jun 26, 2024
Oct 1, 2024
Apr 13, 2022
Jun 11, 2024

Repository files navigation

Idris 2

Documentation Status Build Status

Idris 2 is a purely functional programming language with first class types.

For installation instructions, see INSTALL.md.

The wiki lists a number of useful resources, in particular

Things still missing

  • Cumulativity (currently Type : Type. Bear that in mind when you think you've proved something)
  • rewrite doesn't yet work on dependent types

Contributions wanted

If you want to learn more about Idris, contributing to the compiler could be one way to do so. The contribution guidelines outline the process. Having read that, choose a good first issue or have a look at the contributions wanted for something more involved. This map should help you find your way around the source code. See the wiki page for more details.