rhai

Embedded scripting language for Rust applications

brewmacoslinux
Try with needOr install directly
Source

About

Embedded scripting language for Rust

Commands

rhai

Examples

Run a Rhai script file$ rhai script.rhai
Execute inline Rhai code$ rhai -e "let x = 42; print(x);"
Start interactive REPL mode$ rhai