gambdoc
Efficient implementation of the Scheme programming language
Install
- All systems
-
curl cmd.cat/gambdoc.sh
- Debian
-
apt-get install gambc
- Ubuntu
-
apt-get install gambc
- Arch Linux
-
pacman -S gambit-c
- Kali Linux
-
apt-get install gambc
- Fedora
-
dnf install gambit-c
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install gambc
- Dockerfile
- dockerfile.run/gambdoc
gambit-c
Efficient implementation of the Scheme programming language
gambc
Gambit Scheme interpreter and compiler
The gambc package includes a Scheme interpreter and a Scheme compiler which can be used to build standalone executables. The thread system is very efficient and can support millions of concurrent processes. The Gambit system conforms to the R4RS, R5RS and IEEE Scheme standards. The full numeric tower is implemented, including: infinite precision integers (bignums), rationals, inexact reals (floating point numbers), and complex numbers. Gambit supports a number of extensions to the standards.