Scheme
From Wikipedia:
- Scheme is a dialect of the Lisp family of programming languages. Scheme was created during the 1970s at the MIT AI Lab and released by its developers, Guy L. Steele and Gerald Jay Sussman, via a series of memos now known as the Lambda Papers.
Implementations
- Bigloo — Fast scheme compiler
- Chez — Chez Scheme is a compiler and run-time system for the language of the Revised^6 Report on Scheme (R6RS), with numerous extensions.
- CHICKEN — Feature rich R5RS/R7RS Scheme compiler and interpreter
- Gambit Scheme — Efficient implementation of the Scheme programming language
- Gauche — R7RS Scheme implementation (includes gosh)
- GNU Guile — Portable, embeddable Scheme implementation written in C
- https://www.gnu.org/software/guile/ || guile, guile2.0AUR, guile1.8AUR
- Kawa — A Scheme implementation and framework targeted the JVM
- Larceny — Larceny is a simple and efficient implementation of the Scheme programming language.
- MIT/GNU Scheme — MIT/GNU Scheme
- Racket — A full-spectrum language with DrRacket IDE. Formerly known as PLT Scheme.
- Scheme48 — Scheme interpreter for experimentation
- https://s48.org/ || scheme48AUR
See also
- Scheme.org
- Scheme Standards
- Scheme Requests for Implementation
- Comparison of Scheme and Common Lisp
- Structure and Interpretation of Computer Programs, 2nd Edition (1996) by Harold Abelson, Gerald Jay Sussman, and Julie Sussman (also available in EPUB3 and PDF formats)