Skip to content
forked from gambit/gambit

Gambit is an efficient implementation of the Scheme programming language.

Notifications You must be signed in to change notification settings

jgesswein/gambit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windows, Linux, and macOS
CI Build Status

Join the chat at https://gitter.im/gambit/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/gambit/gambit.git
cd gambit
./configure        # --enable-single-host optional but recommended
make               # build runtime library, gsi and gsc (add -j8 if you can)
make modules       # compile the builtin modules (optional but recommended)
make check         # run self tests (optional but recommended)
make doc           # build the documentation
sudo make install  # 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 77.1%
  • Scheme 17.9%
  • Pascal 3.8%
  • Shell 0.3%
  • Objective-C 0.2%
  • M4 0.2%
  • Other 0.5%