Python
โ€ข

Hy - A dialect of Lisp that's embedded in Python

Open link in next tab

GitHub - hylang/hy: A dialect of Lisp that's embedded in Python

https://github.com/hylang/hy

A dialect of Lisp that's embedded in Python. Contribute to hylang/hy development by creating an account on GitHub.

One of the coolest projects I've seen: a lisp that is embedded into Python. Hy compiles to Python AST so it's (almost) fully interoperable with Python (some notes about it here).