# gambit/gambit

Gambit is an efficient implementation of the Scheme programming language.

Repository: https://github.com/gambit/gambit
Canonical: https://ross.abutalabs.com/products/gambit
Homepage: http://gambitscheme.org/
Language: Scheme
License Family: other
Last push: 2026-08-25T02:07:32+00:00

## Health v2 (maintenance only)
Score: 77/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 35, longevity 100
- inputs: {"age_days": 5286, "days_push": 9, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1440, forks 185 (observed 2026-08-28T04:04:44.182367+00:00)

## What it is
Gambit is a complete, portable, and efficient implementation of the Scheme programming language, including an interpreter (gsi) and an optimizing compiler (gsc) that can target C, JavaScript, and Python. It offers Erlang-like lightweight concurrency and runs on a wide range of platforms from servers to embedded devices and web browsers.

## Use cases
- run and develop Scheme programs interactively
- compile Scheme to fast native code via C
- build concurrent applications with lightweight threads
- run Scheme in the browser by compiling to JavaScript
- embed a Scheme interpreter in C applications
- learn or teach functional programming with Scheme

## When to choose
- you need a fast, mature Scheme implementation with a good compiler
- you want Erlang-style concurrency with Scheme syntax
- you need extreme portability across platforms and targets
- you want an interactive interpreter plus optimizing compiler in one system

## When to avoid
- you need a mainstream language with a large ecosystem and hiring pool
- you require extensive third-party libraries beyond Scheme SRFIs
- you need first-class IDE tooling and package management out of the box

## Facets
- artifact type: cli-tool
- maturity: stable
- function: interpreter, compiler, programming-language, concurrency
- domain: programming-languages, compilers, developer-tools
- platform: windows, cross-platform, cli, browser, cpp
- tags: scheme, r7rs, lisp, language-implementation, lightweight-threads, linux, macos

## Member repositories
- gambit/gambit (main) score 77

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:44.182367+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:36:31.449498+00:00, confidence not recorded.
  - readme: https://github.com/gambit/gambit (fetched 2026-08-28T04:04:44.182367+00:00, sha e081d2601b8a)
  - homepage: http://gambitscheme.org/ (fetched 2026-08-29T11:46:52.845246+00:00, sha fef470e9ba30)
  - site_page: https://gambitscheme.org/releases (fetched 2026-08-29T11:46:52.847677+00:00, sha a24ffed6cb49)
- Data as of 2026-08-30T08:39:29.467469+00:00.
