Contents

Hy
PyPI:

https://pypi.python.org/pypi/hy

Source:

https://github.com/hylang/hy

Discussions:

https://github.com/hylang/hy/discussions

Stack Overflow:

The [hy] tag

Hy is a Lisp dialect that's embedded in Python. Since Hy transforms its Lispcode into Python abstract syntax tree (AST) objects, you have the wholebeautiful world of Python at your fingertips, in Lisp form.

To install the latest release of Hy, just use the commandpip3install--userhy. Then you can start an interactive read-eval-print loop (REPL) withthe commandhy, or run a Hy program withhymyprogram.hy.