This package browser is in early development. Mind the rough edges.

python-hy

Lisp frontend to Python

Hy is a dialect of Lisp that's embedded in Python. Since Hy transforms its Lisp code into the Python Abstract Syntax Tree, you have the whole world of Python at your fingertips, in Lisp form.

Installation

Install the latest version of python-hy as follows:

guix install python-hy

Or install a particular version:

guix install python-hy@0.26.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.