s2cc
Joel Bartlett's fabled Scheme->C system
Install
- All systems
-
curl cmd.cat/s2cc.sh
- 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
- Dockerfile
- dockerfile.run/s2cc
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.