articles/scheme.md: update

This commit is contained in:
tocariimaa 2025-02-12 19:26:34 -03:00
parent 091c24fc3d
commit 82f27ef69a

View file

@ -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)