s9htmlify
Scheme 9 from Empty Space R4RS Scheme interpreter
Install
- All systems
-
curl cmd.cat/s9htmlify.sh
- Debian
-
apt-get install scheme9
- Ubuntu
-
apt-get install scheme9
- Kali Linux
-
apt-get install scheme9
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install scheme9
- Raspbian
-
apt-get install scheme9
- Dockerfile
- dockerfile.run/s9htmlify
scheme9
Scheme 9 from Empty Space R4RS Scheme interpreter
Scheme 9 from Empty Space is an interpreter for a broad subset of R4RS Scheme, and runs in many popular environments, including Linux, *BSD, the unmentionable horror, and Plan 9. The S9fES code strives to be simple and comprehensible. It is particularly interesting to people who want to (a) try Scheme without having to jump through too many hoops (S9fES is very portable); or (b) study the implementation of Scheme (in a language other than Scheme). A free online textbook describing the system is also available.