Contents¶

- PyPI:
- Source:
- Discussions:
- Stack Overflow:
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.
- Why Hy?
- Versioning and compatibility
- Tutorial
- Syntax
- Semantics
- Macros
- Model patterns
- The Hy REPL
- Environment variables
- Command-line interface
- Python interoperability
- API reference
- Developing Hy