Gambit (scheme implementation)

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search
Gambit
Developer(s)Marc Feeley
Stable release
4.9.1 / November 16, 2018; 2 months ago (2018-11-16)[1]
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[2] 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.

Gerbil Scheme =[edit]

Gerbil scheme is a variant of Scheme implemented on top of Gambit-C. It supports current R*RS standards and common SRFIs and has a state of the art Macro and Module System inspired by Racket language. [3]

Termite Scheme[edit]

Termite Scheme is a variant of Scheme implemented on top of Gambit-C. Termite is intended for distributed computing,[4] it offers a simple and powerful message-passing model of concurrency, inspired by that of Erlang.

C++ and Objective-C integration[edit]

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[edit]

References[edit]

  1. ^ "Releases - gambit/gambit". Retrieved 25 November 2018 – via GitHub.
  2. ^ "Documentation". Gambit wiki. Retrieved 2010-03-06.
  3. ^ https://www.youtube.com/watch?v=C3rzbs_8gNc
  4. ^ Guillaume Germain, Stefan Monnier, Marc Feeley (2006-09-17). "Concurrency oriented programming in Termite Scheme" (PDF). Scheme and Functional Programming 2006. http://www.schemeworkshop.org/2006/index.html |conferenceurl= missing title (help). Retrieved 2010-03-06.CS1 maint: Uses authors parameter (link)

External links[edit]