elm

Functional language for building reactive browser-based GUIs

brewmacoslinux
Try with needOr install directly
Source

About

Functional programming language for building browser-based GUIs

Commands

elm

Examples

Initialize a new Elm project with interactive setup$ elm init
Compile Elm source file to JavaScript$ elm make src/Main.elm --output=main.js
Start local development server with live reload$ elm reactor