*** empty log message ***
[bpt/guile.git] / doc / README
CommitLineData
c2dc2842 1This directory contains documentation on the Guile core. -*-text-*-
21b4d3c2 2
c2dc2842
NJ
3The documentation consists of the following manuals.
4
5- The Guile Tutorial (guile-tut.texi) contains a tutorial introduction
6 to using Guile.
7
8- The Guile Reference Manual (guile.texi) contains (or is intended to
9 contain) reference documentation on all aspects of Guile.
10
11- The GOOPS Manual (goops.texi) contains both tutorial-style and
12 reference documentation for using GOOPS, Guile's Object Oriented
13 Programming System.
14
b9bf148f 15- The Revised^5 Report on the Algorithmic Language Scheme (r5rs.texi).
c2dc2842
NJ
16
17Please be aware that this is all very much work in progress (apart
b9bf148f 18from the Revised^5 Report). Bug reports and contributions are
c2dc2842 19welcome!
49395101
MD
20
21The file `oldfmt.c' contains a function which can be used by
22application writers to support both old-style and new-style error
23format strings.
14dd0e27 24
c2dc2842
NJ
25The `sources' directory includes some stuff relevant to the Guile
26reference manual, and which may eventually be folded in to it. It's
27not immediately relevant, however, which is why it's not in this
28directory.
b9bf148f
NJ
29
30The Revised^4 Report (r4rs.texi) is no longer in this distribution, as
31it is completely superseded by the Revised^5 Report. If you need to
32consult R4RS, it is still widely available, for example at
33http://www-swiss.ai.mit.edu/projects/info/SchemeDocs/r4rs/.