csi
Practical and portable Scheme system - compiler
Install
- All systems
-
curl cmd.cat/csi.sh
- Debian
-
apt-get install chicken-bin - Ubuntu
-
apt-get install chicken-bin -
Alpine
-
apk add chicken - Arch Linux
-
pacman -S mono - Kali Linux
-
apt-get install chicken-bin - Fedora
-
dnf install chicken - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install chicken-bin - OS X
-
brew install chicken - Raspbian
-
apt-get install chicken-bin - Docker
-
docker run cmd.cat/csi csipowered 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.