macOS
brew install chickenprovider-native install command
安装
brew install chickenprovider-native install command
概览
Compiler for the Scheme programming language
历史
CHICKEN is a Scheme implementation centered on a compiler that translates Scheme to portable C, plus an interpreter, extension library ecosystem, manual, wiki, and package tooling.
The official getting-started manual says CHICKEN combines an optimizing compiler with a reasonably fast interpreter, generates portable C, supports tail recursion, continuations, lightweight threads, and a flexible interface to C libraries.
The same manual records that CHICKEN was developed by Felix L. Winkelmann from 2000 through 2007, and that in early 2008 the community took over responsibility for development and maintenance while Winkelmann remained involved.
CHICKEN's adoption is tied to its practical build story: Scheme code becomes C, then a C compiler produces a standalone executable, making it easier to package and deploy than many pure interpreter workflows.
The input package metadata lists Alpine, Homebrew, Debian/Ubuntu, Fedora, MacPorts, Arch, and openSUSE packages. Homebrew reported 28,712 trailing-365-day installs at research time.
The official homepage demonstrates both interpreted use with `csi -s hello-world.scm` and compiled use with `csc hello-world.scm`, then running the resulting executable.
The manual documents `$HOME/.csirc` as an initialization file loaded before the read-eval-print loop unless disabled, which is the relevant user-level config file.
CHICKEN is package-nerd-significant because it bridges Lisp/Scheme culture and Unix packaging: source goes to C, extensions are distributed as Eggs, and the runtime fits normal compiler/package-manager workflows.
For package maintainers, CHICKEN's split between core compiler/interpreter tools and a large extension ecosystem makes it a classic language-runtime package rather than a single app.
安全态势
generalized runtime or code generation signal.
yellow 风险 · 中 置信度 · runtime
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
~/.csirc可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
chicken | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
chicken-do | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
chicken-install | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
chicken-profile | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
chicken-status | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
chicken-uninstall | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
feathers | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:chicken |
|---|---|
| 版本 | 5.4.0 |
| 软件包管理器 | Homebrew |
| 主页 | https://www.call-cc.org/ |
| Bottle | 未记录 |
| 服务 | 未声明 |
来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.