hy2py3
Lisp (s-expression) based frontend to Python 3
Install
- All systems
-
curl cmd.cat/hy2py3.sh
- Debian
-
apt-get install python3-hy
- Ubuntu
-
apt-get install python3-hy
- Arch Linux
-
pacman -S hy
- Kali Linux
-
apt-get install python3-hy
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-hy
- Raspbian
-
apt-get install python3-hy
- Dockerfile
- dockerfile.run/hy2py3
python3-hy
Lisp (s-expression) based frontend to Python 3
Hy is a wonderful dialect of Lisp that's embedded in Python 3. 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 3 bindings only.
hy
Lisp (s-expression) based frontend to Python (metapackage)
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 is here for future installability. This is the stable interface to install the `hy' language.