Scheme
- -3 votes490 views3 answers
- 0 vote440 views2 answers
- 0 vote429 views1 answer
- 0 vote412 views1 answer
- 0 vote408 views1 answer
- 0 vote407 views1 answer
- 0 vote403 views1 answer
- 0 vote398 views1 answer
- 1 vote392 views1 answer
- 0 vote390 views2 answers
- 0 vote389 views1 answer
Scheme is a functional programming language. Its goal is to offer a mathematically sound language based on lambda calculus (with eager evaluation).
It adheres to minimalist design philosophy, defining a tiny standard core with robust language extension features. Its elegance and compactness have made it popular among educators, language designers, programmers, implementors, and hobbyists.
The Scheme programming language is a member of the Lisp family. Scheme is referred to as a lisp-1 because it employs a single namespace to name functions and other variables.
Aims to standardize Scheme have been attempted throughout the years, including the R5RS standard, the somewhat contentious R6RS standard, and the most current standard R7RS, which attempts to break the language into small and big (ongoing) standards.