kona

Open-source implementation of the K programming language

brewmacoslinux
Try with needOr install directly
Source

About

Open-source implementation of the K programming language

Commands

k

Examples

Start the interactive K REPL$ k
Execute a K script file$ k script.k
Run a K command directly$ k -e '1+2'