Scheme
Revision as of 15:02, 8 May 2012 by 213.183.195.113 (talk) (corrected minor errors about scheme the language)
Scheme is a programming language of the Lisp family. Praised for its minimalist design, Scheme is lexcially scoped, requires tail-call optimization and pioneered first class continuations.
Implementation
Guile
Guile is the GNU Ubiquitous Intelligent Language for Extensions, the official extension language for the GNU operating system.
Racket
Formerly known as PLT Scheme
Major Mode for editing Scheme
Minor Mode for editing Scheme
- Paredit is a mode for structured editing of S-expressions. Useful with any Lisp.
- Rainbow_delimiters highlights parentheses, brackets, and braces according to their depth, each level in a different colour. Also available in ELPA.