frege

Compile and run functional programs with Haskell-like syntax on 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 Frege code interactively in the REPL$ frege -i
compile and generate a runnable JAR file$ frege -make myapp.fr && java -jar myapp.jar
check Frege source file for syntax errors$ frege -c myprogram.fr
view documentation and version information$ frege -help