flix

Statically typed functional, imperative, and logic programming language

brewmacoslinux
Try with needOr install directly
Source

About

Statically typed functional, imperative, and logic programming language

Commands

flix

Examples

Create and run a new Flix project$ flix init myproject && cd myproject && flix build && flix run
Check syntax and compile a Flix source file$ flix build
Start the Flix REPL for interactive development$ flix repl