io

Prototype-based programming language with dynamic typing and message passing

brewmacoslinux
Try with needOr install directly
Source

About

Small prototype-based programming language

Commands

io

Examples

Run an Io script file$ io script.io
Start interactive Io REPL$ io
Execute inline Io code$ io -e 'write("Hello, World!\n")'