diff options
author | Neil Jerram <neil@ossau.uklinux.net> | 2002-04-20 19:26:40 +0000 |
---|---|---|
committer | Neil Jerram <neil@ossau.uklinux.net> | 2002-04-20 19:26:40 +0000 |
commit | ce9d056227b0548cf5c1ca11dab10dfe0b8e491c (patch) | |
tree | 4cd7f991a278378e14861c71236a7cd6ee79a1be /doc/ref/scheme-intro.texi | |
parent | f2ba76aea59136a8d1ca15456c8c96545ae468da (diff) | |
download | guile-ce9d056227b0548cf5c1ca11dab10dfe0b8e491c.tar.gz |
Manual debugging and refactoring work.
Diffstat (limited to 'doc/ref/scheme-intro.texi')
-rw-r--r-- | doc/ref/scheme-intro.texi | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/doc/ref/scheme-intro.texi b/doc/ref/scheme-intro.texi index 3cd9967b4..22e875339 100644 --- a/doc/ref/scheme-intro.texi +++ b/doc/ref/scheme-intro.texi @@ -1,6 +1,6 @@ @page -@node Scheme Intro -@chapter Introduction to Guile Scheme +@node Guile Scheme +@chapter 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 @@ -30,24 +30,6 @@ Guile's support for POSIX-compliant network programming GOOPS -- Guile's framework for object oriented programming. @end itemize -@menu -* Scheme Layout:: The layout of this part of the manual. -@end menu - - -@node Scheme Layout -@section Layout - -This part of the reference manual documents all of Guile's core -Scheme-level language and features in functionally-related groups. -Where a particular section of the manual includes both R5RS-compliant -parts and Guile-specific extensions, the text indicates which parts of -the documentation describe R5RS behaviour and which parts describe Guile -extensions. - -For a quick way of identifying the parts of Guile that implement -R5RS-compliant features, see the R5RS index: @ref{R5RS Index}. - @c Local Variables: @c TeX-master: "guile.texi" |