hy

Lisp dialect embedded in Python for expressive programming

brewmacoslinux
Try with needOr install directly
Source

About

Dialect of Lisp that's embedded in Python

Commands

hy

Examples

Start an interactive Hy REPL$ hy
Execute a Hy script file$ hy script.hy
Run Hy code directly from command line$ hy -c '(print (+ 1 2))'