python·PythonbyJim Hy - A dialect of Lisp that's embedded in PythonOne 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).https://github.com/hylang/hyOpen linkView original on programming.dev17Comments