To build Koka from source you need to install:
- The latest Haskell platform (version 7.4 or later).
- The latest NodeJS runtime (version 0.10 or later).
After installing the above tools, go to the Koka directory and type:
> npm install
which will install any prerequisites. Now build and run Koka by typing:
> jake
To see more build options, type:
> jake help
Have fun! Daan Leijen
For development we recommend:
- The excellent SublimeText text editor. There is a full Koka and Haskell
language mode for SublimeText (run
jake sublimeto install the Koka mode on your system).