articles/scheme.md: update
This commit is contained in:
parent
091c24fc3d
commit
82f27ef69a
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ Scheme is a [Lisp](lisp.md) dialect created in 1975 by Guy Steele and Gerald Sus
|
|||
minimalistic and elegant leaning towards a functional programming paradigm, being the language used in the
|
||||
famous [SICP](sicp.md) book (using the MIT/GNU Scheme implementation).
|
||||
|
||||
Scheme is standardized in a series of documents called *Revised Report on the Algorithmic Language Scheme* (RnRS) (where the `n` stands for
|
||||
Scheme is standardized in a series of documents called *Revised Report on the Algorithmic Language Scheme* (R^nRS) (where the `n` stands for
|
||||
the version), being the most popular revision the R5RS standard released in 1998.
|
||||
|
||||
## Controversy around the R6RS revision (The Great Bloatening)
|
||||
|
|
Loading…
Add table
Reference in a new issue