chicken-scheme
Installation
SKILL.md
CHICKEN Scheme Skill
CHICKEN is a Scheme-to-C compiler + interpreter. It produces portable, efficient C from Scheme source and supports R5RS / R7RS (via extension). The main commands are:
| Command | Purpose |
|---|---|
csi |
Interactive interpreter (REPL) |
csc |
Compiler driver (Scheme → C → native binary) |
chicken-install |
Install eggs (libraries) |
chicken-status |
List installed eggs |
chicken-uninstall |
Remove an egg |