hy

Dialect of the Lisp programming language designed to interact with Python

Hy is a dialect of the Lisp programming language. It is designed to interact with the language Python by translating expressions into Python's abstract syntax tree (AST). Hy was introduced at Python Conference (PyCon) 2013 by Paul Tagliamonte.

Back