gluon

Static, type inferred and embeddable language written in Rust

brewmacoslinux
Try with needOr install directly
Source

About

Static, type inferred and embeddable language written in Rust

Commands

gluon

Examples

Run a Gluon script file$ gluon script.glu
Start an interactive REPL session$ gluon
Evaluate a Gluon expression directly$ gluon -e 'let x = 42 in x + 8'