frege

Functional programming language in the spirit of Haskell for the JVM

brewmacoslinux
Try with needOr install directly
Source

About

Non-strict, functional programming language in the spirit of Haskell

Commands

frege

Examples

Compile a Frege source file to Java bytecode$ frege myprogram.fr
Run the Frege REPL interpreter for interactive development$ frege
Compile with optimizations and specify output directory$ frege -d ./build myprogram.fr