This was announced on the mailing list just over a month ago (but not on the website due to time limitations): the Idris community has been slowly but surely moving away from Discord to Zulip. Going forwards, the main way to chat with the Idris community will be through:
read moreOther articles
Idris Has Been Granted a Sponsored Zulip Cloud Standard Plan
By virtue of being a free and open-source software project, the Idris Zulip has generously been granted a sponsored Zulip Cloud Standard plan, enabling us to make certain channels (for example, the help channel) web-public, meaning their contents will be indexed by search engines, hopefully allowing people to find answers …
read moreIdris 2 version 0.8.0 Released
A new version (0.8.0) of Idris 2 has been released. You can download the source (including generated Scheme and Racket files for bootstrapping) from the download page.
Highlights include:
- Autobind and Typebind modifier on operators allow the user to customise the syntax of operator to look more like …
We're Working on the Idris Website
As has been pointed out on the Discord, on Mastodon, and on GitHub, the Idris website is severely out of date. It has been on the todo-list for a while, but I'm now actively working on bringing it up to speed, as well as making it easier to maintain going …
read moreIdris 2 version 0.7.0 Released
A new version (0.7.0) of Idris 2 has been released. You can download the source (including generated Scheme and Racket files for bootstrapping) from the download page.
Highlights include:
- Size-change graphs are now matrices, faithfully implementing Lee, Jones, and Ben-Amram; 2001.
- Elaborator scripts can now access project files …