macOS
brew install hylocal Homebrew formula metadata
brew / 順位 6786
hy のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install hylocal Homebrew formula metadata
sudo apk add hyAlpine Linux edge package indexes · hy · ソース: dl-cdn.alpinelinux.org
nix profile install nixpkgs#hynixpkgs package indexes · hy · ソース: raw.githubusercontent.com
sudo pacman -S hyArch Linux sync databases · hy · ソース: geo.mirror.pkgbuild.com
概要
Dialect of Lisp that's embedded in Python
履歴
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.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
hy | cli | グローバル実行可能ファイル | |
hy2py | cli | グローバル実行可能ファイル | |
hyc | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:hy |
|---|---|
| バージョン | 1.3.1 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/hy |
| ホームページ | https://github.com/hylang/hy |
| リポジトリ | https://github.com/hylang/hy |
| ライセンス | MIT |
| ソースアーカイブ | https://files.pythonhosted.org/packages/91/1e/de3ff93dcb16de04b12b570742e03e4d741106e9721c1a5a0bb53d450e08/hy-1.3.1.tar.gz |
| 最終更新 | 2026-08-01T18:08:24Z |
| Pulse | updated |
| 依存関係 | python@3.14 |
| Bottle | 利用可能 (対象 all) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | hy |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
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 hyソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.