Skip to content

fourthbit/gambit

 
 

Repository files navigation

Linux Windows
Build Status: Linux Build Status: Windows

Join the chat at https://gitter.im/feeley/gambit tip for next commit

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:

http://gambitscheme.org

Quick-install instructions for a typical installation

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".

About

Gambit is an efficient implementation of the Scheme programming language.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 78.8%
  • Scheme 11.4%
  • Pascal 4.6%
  • HTML 4.4%
  • Objective-C 0.3%
  • Shell 0.3%
  • Other 0.2%