janet

Dynamic language and bytecode VM for scripting and development

brewmacoslinux
Try with needOr install directly
Source

About

Dynamic language and bytecode vm

Commands

janet

Examples

Start the interactive REPL to evaluate expressions$ janet
Execute a Janet script file$ janet script.janet
Compile a Janet source file to bytecode$ janet -c script.janet -o script.jimage