squirrel-lang

High-level imperative object-oriented programming language interpreter

brewmacoslinux
Try with needOr install directly
Source

About

High level, imperative, object-oriented programming language

Commands

squirrel

Examples

Run a Squirrel script file$ squirrel script.nut
Execute Squirrel code interactively in REPL mode$ squirrel
Run a Squirrel script with arguments$ squirrel myscript.nut arg1 arg2