A Lisp dialect embedded in Python. Current version 1.2.0, supports Python 3.9-3.14. Release cadence is irregular, with breaking changes common between major versions.
pip install hyNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic example showing Hy's mangle function.
Upgrade to Python 3.9+ and Hy 1.0.0+
Replace `(defn/a f [] ...)` with `(defn :async f [] ...)`.
Use `import dis; dis.dis(...)` on the compiled code.
Use `(except [] ...)` to catch all exceptions.
Add space after `#*`: `#* foo`.
Run `pip install hy`.
Use `import hy` and access via `hy.core` attribute if needed, but prefer public API.