forked from idris-lang/Idris-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
Codegen
masida edited this page Sep 2, 2014
·
2 revisions
Idris has been designed such that the compiler can generate code for different backends upon request.
By default Idris generates a C backend when generating an executable. Below we describe how you can use the different supported backends when compiling your Idris code.
idris hello.idr --codegen java -o hello.jar
Note: The resulting .jar is automatically prefixed by a header including an .sh script to allow executing it directly.
New Foreign Function Interface
Tool Support
Community
- Mini Projects, for those interested in contributing
- Libraries, available elsewhere
- Idris Developer Meetings
- Tutorial: Type Providers and Foreign Functions
- The Zen of Idris
- Profiling
Feature proposals ("dragon eggs")