koka

Compiler for the Koka functional programming language

brewmacoslinux
Try with needOr install directly
Source

About

Compiler for the Koka language

Commands

koka

Examples

Compile a Koka source file to an executable$ koka -o output program.kk
Run a Koka program directly$ koka program.kk
Check syntax and type errors without compiling$ koka --check program.kk