chicken-install
Practical and portable Scheme system - compiler
Install
- All systems
-
curl cmd.cat/chicken-install.sh
- Debian
-
apt-get install chicken-bin
- Ubuntu
-
apt-get install chicken-bin
- Alpine
-
apk add chicken
- Arch Linux
-
pacman -S chicken
- Kali Linux
-
apt-get install chicken-bin
- Fedora
-
dnf install chicken
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install chicken-bin
- OS X
-
brew install chicken
- Raspbian
-
apt-get install chicken-bin
- Dockerfile
- dockerfile.run/chicken-install
- Docker
-
docker run cmd.cat/chicken-install chicken-install
powered by Commando
chicken-bin
Practical and portable Scheme system - compiler
CHICKEN is a Scheme compiler which compiles a subset of R5RS into C. It uses the ideas presented in Baker's paper "Cheney on the MTA", and has a small core and is easily extendable. This package contains the compiler.