s2cixl

Joel Bartlett's fabled Scheme->C system

Install

All systems
curl cmd.cat/s2cixl.sh
Debian Debian
apt-get install scheme2c
Ubuntu
apt-get install scheme2c
Windows (WSL2)
sudo apt-get update sudo apt-get install scheme2c
Raspbian
apt-get install scheme2c

scheme2c

Joel Bartlett's fabled Scheme->C system

The original Scheme->C system, the first of its kind. It conforms to the R4RS Scheme standard, and compiles Scheme sources to C as an intermediate step, allowing easy integration with external libraries. Also included is an interpreter, for development, along with some X11 interfaces and an X11-enabled interpreter. Due to a variety of clever techniques, the system is quite fast.