summaryrefslogtreecommitdiff
path: root/doc/ref/scheme-intro.texi
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2019-11-17 15:26:23 +0100
committerAndy Wingo <wingo@pobox.com>2019-11-17 15:30:59 +0100
commitb634071dd4c2401616c78d2a20471698123a23ca (patch)
tree2c1987cad64e7477ed5f6ab686dffce0e07f32b7 /doc/ref/scheme-intro.texi
parent72a2c742f6675e870421c61e66c5aec134398a5a (diff)
downloadguile-wip-r7rs.tar.gz
Add R7RS documentation and --r7rs command-line optionwip-r7rs
* doc/ref/Makefile.am: Add r7rs.texi. * doc/ref/guile-invoke.texi (Command-line Options): Document --r7rs. * doc/ref/guile.texi (Guile Modules): Link to R7RS. * doc/ref/intro.texi (Guile and Scheme): Update for R7RS support. * doc/ref/r7rs.texi: New file. * doc/ref/scheme-intro.texi (Guile Scheme): Update for R7RS. * module/ice-9/command-line.scm (*usage*, compile-shell-switches): Add --r7rs option.
Diffstat (limited to 'doc/ref/scheme-intro.texi')
-rw-r--r--doc/ref/scheme-intro.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/ref/scheme-intro.texi b/doc/ref/scheme-intro.texi
index b8a502475..cab452758 100644
--- a/doc/ref/scheme-intro.texi
+++ b/doc/ref/scheme-intro.texi
@@ -1,6 +1,6 @@
@c -*-texinfo-*-
@c This is part of the GNU Guile Reference Manual.
-@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004
+@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2019
@c Free Software Foundation, Inc.
@c See the file guile.texi for copying conditions.
@@ -15,11 +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
-Guile complies fully with R5RS (@pxref{Top,
-,Introduction,r5rs,R5RS}), and implements some aspects of R6RS.
+Guile complies fully with R5RS (@pxref{Top, ,Introduction,r5rs,R5RS}),
+and is largely compliant with R6RS and R7RS.
Guile also has many extensions that go beyond these reports. Some of
-the areas where Guile extends R5RS are:
+the areas where Guile extends standard Scheme are:
@itemize @bullet
@item