tinyscheme
Very small scheme implementation
Install
- All systems
-
curl cmd.cat/tinyscheme.sh
- Debian
-
apt-get install tinyscheme
- Ubuntu
-
apt-get install tinyscheme
- Kali Linux
-
apt-get install tinyscheme
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install tinyscheme
- Raspbian
-
apt-get install tinyscheme
- Dockerfile
- dockerfile.run/tinyscheme
tinyscheme
Very small scheme implementation
TinyScheme is an implementation of the algorithmic language Scheme that aims to very small memory footprint while being as close to R5RS as practically feasible. TinyScheme is also a good base for hacking, given the implementation's small size, easy gluing with C and code being fully reentrant. TinyScheme is based on an s-expression evaluator. This package distributes TinyScheme as a standalone executable.