scheme48-config
simple, modular, and lightweight Scheme implementation
Install
- All systems
-
curl cmd.cat/scheme48-config.sh
- Debian
-
apt-get install scheme48
- Ubuntu
-
apt-get install scheme48
- Kali Linux
-
apt-get install scheme48
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install scheme48
- OS X
-
brew install scheme48
- Raspbian
-
apt-get install scheme48
- Dockerfile
- dockerfile.run/scheme48-config
scheme48
simple, modular, and lightweight Scheme implementation
Scheme48 is an implementation of Scheme written by Richard Kelsey and Jonathan Rees. It is based on a byte-code interpreter and incorporates such elements as a sophisticated module system, a pre-emptive & user-level thread system, a well-integrated interactive environment, Clinger's explicit renaming low-level macros, and decent efficiency for its architecture.