temporarily disable elisp exception tests
[bpt/guile.git] / doc / ref / scheme-intro.texi
index 22e8753..57aa18f 100644 (file)
@@ -1,6 +1,11 @@
-@page
+@c -*-texinfo-*-
+@c This is part of the GNU Guile Reference Manual.
+@c Copyright (C)  1996, 1997, 2000, 2001, 2002, 2003, 2004
+@c   Free Software Foundation, Inc.
+@c See the file guile.texi for copying conditions.
+
 @node Guile Scheme
-@chapter Guile's Implementation of Scheme
+@section Guile's Implementation of Scheme
 
 Guile's core language is Scheme, which is specified and described in the
 series of reports known as @dfn{RnRS}.  @dfn{RnRS} is shorthand for the
@@ -10,14 +15,11 @@ series of reports known as @dfn{RnRS}.  @dfn{RnRS} is shorthand for the
 @ifnottex
 @dfn{Revised^n Report on the Algorithmic Language Scheme}.
 @end ifnottex
-The current latest revision of RnRS is version 5
-(@pxref{Top,R5RS,,r5rs}), and Guile 1.4 is fully compliant with the
-Scheme specification in this revision.
-
-But Guile, like most Scheme implementations, also goes beyond R5RS in
-many ways, because R5RS does not give specifications (or even
-recommendations) regarding many issues that are important in practical
-programming.  Some of the areas where Guile extends R5RS are:
+Guile complies fully with R5RS (@pxref{Top,
+,Introduction,r5rs,R5RS}), and implements some aspects of R6RS.
+
+Guile also has many extensions that go beyond these reports.  Some of
+the areas where Guile extends R5RS are:
 
 @itemize @bullet
 @item