Jump to content

Gambit (Scheme implementation)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 114.23.152.33 (talk) at 13:54, 22 April 2017 (Change date of newest Gambit C release). 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.8.8 / February 3, 2017; 8 years ago (2017-02-03)
Repository
Operating systemCross-platform
Standard(s)R4RS, R5RS, several others.
TypeProgramming language
LicenseLGPL/Apache License
Websitegambitscheme.org

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 variant of Scheme implemented on top of Gambit-C. Termite is intended for distributed computing,[2] it offers a simple and powerful message-passing model of concurrency, inspired by that of Erlang.

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-C can contain C++ or Objective-C code, and can fully integrate with corresponding libraries.

See also

References

  1. ^ "Documentation". Gambit wiki. Retrieved 2010-03-06.
  2. ^ "Concurrency oriented programming in Termite Scheme" (PDF). Scheme and Functional Programming 2006. 2006-09-17. Retrieved 2010-03-06. {{cite conference}}: External link in |conferenceurl= (help); Unknown parameter |authors= ignored (help); Unknown parameter |booktitle= ignored (|book-title= suggested) (help); Unknown parameter |conferenceurl= ignored (|conference-url= suggested) (help)