Python to Hy: What If Python Wore a Lisp Costume?


What if you could have Python's entire ecosystem — every library, every framework, every tool — but write your code in Lisp? That's Hy. Not a new language with a Python bridge. Not a transpiler with gaps. Hy is Python, wearing parentheses.

Hy compiles directly to Python's AST. Your Hy code...