macOS
brew install hylocal Homebrew formula metadata
brew / Rang 6781
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für hy in AI-Agent-Workflows.
Installation
brew install hylocal Homebrew formula metadata
sudo apk add hyAlpine Linux edge package indexes · hy · Quelle: dl-cdn.alpinelinux.org
sudo apt install hyDebian stable package indexes · hy · Quelle: deb.debian.org
nix profile install nixpkgs#hynixpkgs package indexes · hy · Quelle: raw.githubusercontent.com
sudo pacman -S hyArch Linux sync databases · hy · Quelle: geo.mirror.pkgbuild.com
Überblick
Dialect of Lisp that's embedded in Python
Verlauf
Hy is a Lisp dialect embedded in Python. It reads Lisp syntax and transforms it into Python abstract syntax tree objects, giving users macros and Lisp syntax while keeping access to Python built-ins, libraries, packaging, and runtime behavior.
The public repository was created in December 2012. Hy's README frames the project with the line that Lisp and Python should love each other, and explains the core technical idea: Hy code becomes Python AST, so Python's ecosystem remains available.
The 1.0.0 announcement in September 2024 described that release as arriving after nearly 12 years of on-and-off development and real-world use. The NEWS file states that Hy follows semantic versioning since 1.0.0, marking a stabilization point after the long 0.x period.
Hy is distributed through Python packaging and also appears in system package managers such as Homebrew, Debian, Ubuntu, Arch, Alpine, and Nix. Its community surfaces include GitHub Discussions, Stack Overflow's `hy` tag, documentation on hylang.org, and a browser console for trying the language.
Users run `hy` for a REPL, execute `.hy` programs with `hy myprogram.hy`, translate with `hy2py`, and compile with `hyc`. The homepage examples show Python-equivalent forms for assignment, sorting, functions, context managers, comprehensions, and macros.
Hy is interesting to package nerds because it is not a separate virtual machine or runtime island. It packages as a Python-hosted language that can import Python modules directly, which makes it easier to install experimentally while still offering Lisp macros and syntax.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
hy | Executable | indexiertes Executable | Aus dem lokalen Executable-Index erkannt. |
hy2py | Executable | indexiertes Executable | Aus dem lokalen Executable-Index erkannt. |
hyc | Executable | indexiertes Executable | Aus dem lokalen Executable-Index erkannt. |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
Installationsmetadaten
| Paketschlüssel | brew:hy |
|---|---|
| Version | 1.3.1 |
| Paketmanager | Homebrew |
| Homepage | https://github.com/hylang/hy |
| Zuletzt aktualisiert | 2026-08-01T18:08:24Z |
| Pulse | updated |
| Bottle | nicht erfasst |
| Dienst | keiner deklariert |
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
hy 1.0.0-1
Lisp (s-expression) based frontend to Python (cmdline)
sudo apt install hyhy-doc 1.0.0-1
Lisp (s-expression) based frontend to Python (documentation)
sudo apt install hy-docpython3-hy 1.0.0-1
Lisp (s-expression) based frontend to Python 3
sudo apt install python3-hyhy
nix profile install nixpkgs#hyhy 0.28.0-1
Lisp (s-expression) based frontend to Python (cmdline)
sudo apt install hyhy-doc 0.28.0-1
Lisp (s-expression) based frontend to Python (documentation)
sudo apt install hy-docpython3-hy 0.28.0-1
Lisp (s-expression) based frontend to Python 3
sudo apt install python3-hyhy 1.1.0-r1
Dialect of Lisp that's embedded in Python
sudo apk add hyhy-pyc 1.1.0-r1
Precompiled Python bytecode for hy
sudo apk add hy-pychy 1:1.3.0-1
A dialect of Lisp that's embedded in Python
sudo pacman -S hyQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.