Jump to content

Gambit (Scheme implementation)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by MagV (talk | contribs) at 13:13, 5 March 2010 (Mention Objective-C integration). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Gambit
Developer(s)Marc Feeley
Stable release
4.6.0 / January 15, 2010; 15 years ago (2010-01-15)
Repository
Operating systemCross-platform
Standard(s)R4RS, R5RS, several others.
TypeProgramming language
LicenseLGPL/Apache License
Websitegambit.iro.umontreal.ca

Gambit, also called Gambit-C, is a free software Scheme implementation, consisting of a Scheme interpreter, and a compiler which compiles Scheme to C. Its documentation[1] claims conformance to the R4RS, R5RS, and IEEE standards, as well as several SRFIs. Gambit was first released 1988, and Gambit-C (that is, Gambit with the C backend) was first released 1994.

Termite Scheme

Termite Scheme is a Gambit Scheme module intended for distributed computing. It offers a simple and powerful concurrency model, inspired by Erlang, which is based on a message-passing model of concurrency.

C++ and Objective-C integration

While the compiler itself produces solely C code, it has full integration support for C++ and Objective-C compilers such as GCC. Thus, software written in Gambit can contain C++ or Objective-C code, and can fully integrate with corresponding libraries.

References