SRFI-19: Update the table of leap seconds.
[bpt/guile.git] / doc / README
1 This directory contains documentation on the Guile core. -*-text-*-
2
3 The 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 Revised^5 Report on the Algorithmic Language Scheme (r5rs.texi).
12
13 Please be aware that this is all very much work in progress (apart
14 from the Revised^5 Report). Bug reports and contributions are
15 welcome!
16
17 The file `oldfmt.c' contains a function which can be used by
18 application writers to support both old-style and new-style error
19 format strings.
20
21 The `sources' directory includes some stuff relevant to the Guile
22 reference manual, and which may eventually be folded in to it. It's
23 not immediately relevant, however, which is why it's not in this
24 directory.
25
26 The Revised^4 Report (r4rs.texi) is no longer in this distribution, as
27 it is completely superseded by the Revised^5 Report. If you need to
28 consult R4RS, it is still widely available, for example at
29 http://www-swiss.ai.mit.edu/projects/info/SchemeDocs/r4rs/.