Lisp dialect embedded in Python for expressive programming
Dialect of Lisp that's embedded in Python
hy
$ hy
$ hy script.hy
$ hy -c '(print (+ 1 2))'