Idris (programming language): Difference between revisions

Content deleted Content added
Created article
 
No edit summary
Line 24:
The language supports [[Proof assistant|interactive theorem-proving]] compareable to Coq, including tactics, while the focus remains on general-purpose programming even before theorem-proving. Other goals of Idris are "sufficient" performance, easy management of [[Side_effect_(computer_science)|side-effects]] and support for implementing [[EDSL#Usage_patterns|embedded ___domain specific languages]].
 
Currently, Idris compiles to [[C (programming language)|C]] and relies on thea custom copying [[BoehmGarbage collection (computer_science)|garbage collector]] using [[Cheney's algorithm]]. There also exists a [[JavaScript]] backend.
 
==References==