macOS
brew install fennellocal Homebrew formula metadata
安装
brew install fennellocal Homebrew formula metadata
sudo apk add fennelAlpine Linux edge package indexes · fennel · 来源: dl-cdn.alpinelinux.org
sudo apt install fennelDebian stable package indexes · fennel · 来源: deb.debian.org
sudo dnf install fennelFedora Rawhide package metadata · fennel · 来源: dl.fedoraproject.org
sudo pacman -S fennelArch Linux sync databases · fennel · 来源: geo.mirror.pkgbuild.com
概览
Lua Lisp Language
历史
Fennel is a Lisp-family programming language that compiles to Lua. Its project identity is tied to small, embeddable tooling: the README describes it as a one-file library and executable, with full Lua compatibility, compile-time macros, and compiled output that does not require Fennel at runtime.
The public GitHub repository dates to 2016, while the project's release history records early public releases beginning with 0.1.0 in November 2018. The language developed around the idea that Lua's runtime and embedding story could be paired with Lisp syntax, macros, destructuring, pattern matching, and a stricter approach to accidental globals.
Fennel reached 1.0.0 in December 2021, after several years of 0.x releases. Its changelog shows steady post-1.0 language and tooling work through the 1.4, 1.5, and 1.6 series, including compiler API additions, REPL improvements, macro-related changes, better source-map-aware debugging helpers, and compatibility work across Lua versions.
Fennel's adoption path has been typical of a niche language with strong package-manager culture: source builds and a self-contained executable first, then distribution through language and OS package channels. Homebrew packages it as `fennel`, and the input package metadata also records packages in apk, Debian, Fedora, and Arch ecosystems.
The project documentation emphasizes a live browser REPL, a page for inspecting generated Lua, IRC and Matrix community channels, a mailing list, and a wiki. That gives Fennel a small but durable language-community footprint rather than the adoption profile of a general-purpose mainstream runtime.
Users run `fennel` as a compiler, REPL, and scripting tool, or embed the one-file library into Lua-hosted applications. The README highlights that Fennel code can call Lua libraries directly and can be compiled so shipped programs have no runtime dependency on Fennel itself.
Fennel tends to appear where Lua is already attractive: games, editors, small tools, embeddable application scripting, and environments where LuaJIT or stock Lua is already available. Package users care that the command-line tool is easy to install while still producing plain Lua output.
For package maintainers, Fennel is interesting because it is both a language implementation and a small CLI artifact. It has minimal runtime expectations compared with larger language stacks, but it still needs careful Lua-version compatibility and documentation around source builds, standalone scripts, and generated Lua.
Its presence across Homebrew and several Linux distributions makes it a representative example of a niche programming language that crossed from source-only usage into normal OS package workflows without becoming a heavyweight runtime.
安全态势
narrow executable package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
fennel | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/bakpakin/Fennel
安装元数据
| 软件包键 | brew:fennel |
|---|---|
| 版本 | 1.6.1 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/fennel |
| 主页 | https://fennel-lang.org |
| 仓库 | https://github.com/bakpakin/Fennel |
| 上游文档 | https://fennel-lang.org/ |
| 许可证 | MIT |
| 源码归档 | https://github.com/bakpakin/Fennel/archive/refs/tags/1.6.1.tar.gz |
| 依赖 | lua |
| 构建依赖 | luajit |
| Bottle | 可用 (于 all) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | fennel |
| Version Scheme | 0 |
| Revision | 1 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
fennel 1.5.3+dfsg-2
Lisp-based programming language for the Lua runtime
sudo apt install fennelfennel 1.6.1-r0
A Lua Lisp Language
sudo apk add fennelfennel-doc 1.6.1-r0
A Lua Lisp Language (documentation)
sudo apk add fennel-docfennel-lua 1.6.1-r0
Fennel Lua Library
sudo apk add fennel-luafennel5.1 1.6.1-r0
A Lua Lisp Language for Lua 5.1
sudo apk add fennel5.1fennel5.2 1.6.1-r0
A Lua Lisp Language for Lua 5.2
sudo apk add fennel5.2fennel5.3 1.6.1-r0
A Lua Lisp Language for Lua 5.3
sudo apk add fennel5.3fennel5.4 1.6.1-r0
A Lua Lisp Language for Lua 5.4
sudo apk add fennel5.4fennel5.5 1.6.1-r0
A Lua Lisp Language for Lua 5.5
sudo apk add fennel5.5fenneljit 1.6.1-r0
A Lua Lisp Language for Lua jit
sudo apk add fenneljitfennel 1.6.1-4.fc45
A Lisp that compiles to Lua
sudo dnf install fennelfennel 1.6.1-3
A Lua Lisp language
sudo pacman -S fennel来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.