Linux | Windows |
---|---|
The Gambit Scheme system is a complete, portable, efficient and reliable implementation of the Scheme programming language.
The latest official release of the system and other helpful documents related to Gambit can be obtained from the Gambit wiki at:
git clone https://github.com/feeley/gambit.git
cd gambit
./configure --enable-single-host
make -j4 from-scratch
make check
sudo make install
Detailed installation instructions are given in the file "INSTALL.txt".