1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-12 23:00:22 +02:00

Update and simplify statement about RnRS support

* doc/ref/scheme-intro.texi (Guile Scheme): Mention R6RS as well as
  R5RS.  Simplify text.
This commit is contained in:
Neil Jerram 2009-12-18 01:11:40 +00:00
parent 2c18ac5f8e
commit 3733df073f

View file

@ -15,14 +15,11 @@ series of reports known as @dfn{RnRS}. @dfn{RnRS} is shorthand for the
@ifnottex @ifnottex
@dfn{Revised^n Report on the Algorithmic Language Scheme}. @dfn{Revised^n Report on the Algorithmic Language Scheme}.
@end ifnottex @end ifnottex
The current latest revision of RnRS is version 5 (@pxref{Top, Guile complies fully with R5RS (@pxref{Top,
,Introduction,r5rs,R5RS}), and Guile 1.4 is fully compliant with the ,Introduction,r5rs,R5RS}), and implements some aspects of R6RS.
Scheme specification in this revision.
But Guile, like most Scheme implementations, also goes beyond R5RS in Guile also has many extensions that go beyond these reports. Some of
many ways, because R5RS does not give specifications (or even the areas where Guile extends R5RS are:
recommendations) regarding many issues that are important in practical
programming. Some of the areas where Guile extends R5RS are:
@itemize @bullet @itemize @bullet
@item @item