ryelang

Homoiconic programming language focused on fluid and expressive code

brewmacoslinux
Try with needOr install directly
Source

About

Rye is a homoiconic programming language focused on fluid expressions

Commands

rye

Examples

Run a Rye script file$ rye script.rye
Start interactive Rye REPL for exploring the language$ rye
Execute a Rye expression directly$ rye -c "1 + 2 | print"