/[guile]/guile/guile-core/doc/ref/scm.texi
ViewVC logotype

Diff of /guile/guile-core/doc/ref/scm.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.6 by ossau, Fri Mar 29 20:11:13 2002 UTC revision 1.1.2.7 by ossau, Sat Apr 20 19:22:29 2002 UTC
# Line 1  Line 1 
1  @page  @page
2  @node Guile API  @node API Overview
3  @chapter Overview of the Guile API  @chapter Overview of the Guile API
4    
5  Guile's application programming interface (@dfn{API}) makes  Guile's application programming interface (@dfn{API}) makes
# Line 40  primitives on which it is based. Line 40  primitives on which it is based.
40  * Primitives::                  Identical function for Scheme and C.  * Primitives::                  Identical function for Scheme and C.
41  * C Only::                      Elements only available in C.  * C Only::                      Elements only available in C.
42  * Scheme Only::                 Elements only available in Scheme.  * Scheme Only::                 Elements only available in Scheme.
43    * Reference Layout::            The layout of this part of the manual.
44  @end menu  @end menu
45    
46    
# Line 164  generic @code{SCM}. Line 165  generic @code{SCM}.
165    
166  @node Scheme Only  @node Scheme Only
167  @section Elements Available Only in Scheme  @section Elements Available Only in Scheme
168    
169    
170    @node Reference Layout
171    @section Reference Material Layout
172    
173    This part of the reference manual documents all of Guile's core
174    Scheme-level language and features in functionally-related groups.
175    Where a particular section of the manual includes both R5RS-compliant
176    parts and Guile-specific extensions, the text indicates which parts of
177    the documentation describe R5RS behaviour and which parts describe Guile
178    extensions.
179    
180    For a quick way of identifying the parts of Guile that implement
181    R5RS-compliant features, see the R5RS index: @ref{R5RS Index}.

Legend:
Removed from v.1.1.2.6  
changed lines
  Added in v.1.1.2.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26