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 updatesudo apt-get install scheme48 - OS X
-
brew install scheme48 - Raspbian
-
apt-get install scheme48
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.