Category:Scheme
From Rosetta Code
Programming Language
Scheme is a programming language. It may be used to instruct computers to accomplish a variety of tasks which may or may not be domain-specific. You may find a list of its implementations here, and a list of its users on RC here.
Listed below are all of the tasks on Rosetta Code which have been solved using Scheme.
See also: Scheme on the HOPL
Scheme's philosophy is minimalist. Scheme provides as few primitive notions as possible, and, where practical, lets everything else be provided by programming libraries.
Scheme was the first dialect of Lisp to choose static (a.k.a. lexical) over dynamic variable scope. It was also one of the first programming languages to support first-class continuations.
[edit] Citations
Subcategories
There are 2 subcategories to this category.
S
Articles in category "Scheme"
There are 65 articles in this category.

