urweb

Ur/Web: A statically typed functional web programming language

brewmacoslinux
Try with needOr install directly
Source

About

Ur/Web programming language

Commands

urweb

Examples

Compile an Ur/Web project to native code$ urweb myproject
Run the compiled Ur/Web application$ ./myproject.exe
Create a new Ur/Web project with basic structure$ urweb -sql /tmp/myapp.sql myapp