Plangs!
Menu
Sun

Hy

Hy
201
Lisp dialect embedded in Python, offering a multi-paradigm programming environment. Designed by Paul Tagliamonte and introduced at PyCon 2013, Hy acts as a transparent Lisp front-end for Python, translating s-expressions to Python's AST and incorporating Python libraries. This language allows the integration of imperative, functional, and object-oriented programming styles.
Details

Written With

NameDescription
PythonDynamic, high-level programming language known for its easy-to-read syntax.