hy2
Lisp (s-expression) based frontend to Python
Install
- All systems
-
curl cmd.cat/hy2.sh
- Debian
-
apt-get install python-hy
- Ubuntu
-
apt-get install python-hy
- 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
- Dockerfile
- dockerfile.run/hy2
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.