hy2py2

Lisp (s-expression) based frontend to Python

Install

All systems
curl cmd.cat/hy2py2.sh
Debian Debian
apt-get install python-hy
Ubuntu
apt-get install python-hy
image/svg+xml Kali Linux
apt-get install python-hy
Windows (WSL2)
sudo apt-get update sudo apt-get install python-hy
Raspbian
apt-get install python-hy

python-hy

Lisp (s-expression) based frontend to Python

Hy is a wonderful dialect of Lisp that's embedded in Python. Since Hy transforms its Lisp code into the Python Abstract Syntax Tree, you have the whole beautiful world of Python at your fingertips, in Lisp form! This package contains Python 2 bindings only.