pike

Dynamic programming language with strong typing and powerful data structures

brewmacoslinux
Try with needOr install directly
Source

About

Dynamic programming language

Commands

pike

Examples

Run a Pike script file$ pike script.pike
Start interactive Pike shell$ pike
Execute Pike code directly from command line$ pike -e 'write("Hello, Pike!\n");'