1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 22:10:21 +02:00
guile/doc
Ludovic Courtès de424d9594 Document `(ice-9 binary-ports)'.
* doc/ref/api-io.texi (R6RS I/O Ports): Mention `(ice-9 binary-ports)'.

* NEWS: Update.
2011-04-27 22:14:31 +02:00
..
example-smob Update `doc/example-smob'. 2011-02-15 16:40:27 +01:00
maint
r5rs docs: add missing parentheses in asin formula. 2011-02-09 22:28:49 +00:00
ref Document `(ice-9 binary-ports)'. 2011-04-27 22:14:31 +02:00
sources Misc textual editing 2011-02-13 22:13:33 +00:00
.gitignore
BUGS
ChangeLog-2008
ChangeLog-guile-doc
gendocs_template Update Gnulib to v0.0-5158-g7d06b32; remove strcase' and version-etc-fsf'. 2011-04-25 23:59:37 +02:00
goops.mail
groupings.alist
guile-api.alist
guile.1 Updated Guile manual page. 2011-03-05 20:27:08 +01:00
hacks.el
Makefile.am
NEWS
oldfmt.c
README
recipe-guidelines.txt
texinfo.tex
THANKS
use-cases.fig
use-cases.txt

This directory contains documentation on the Guile core.         -*-text-*-

The documentation consists of the following manuals.

- The Guile Tutorial (guile-tut.texi) contains a tutorial introduction
  to using Guile.

- The Guile Reference Manual (guile.texi) contains (or is intended to
  contain) reference documentation on all aspects of Guile.

- The Revised^5 Report on the Algorithmic Language Scheme (r5rs.texi).

Please be aware that this is all very much work in progress (apart
from the Revised^5 Report).  Bug reports and contributions are
welcome!

The file `oldfmt.c' contains a function which can be used by
application writers to support both old-style and new-style error
format strings.

The `sources' directory includes some stuff relevant to the Guile
reference manual, and which may eventually be folded in to it.  It's
not immediately relevant, however, which is why it's not in this
directory.

The Revised^4 Report (r4rs.texi) is no longer in this distribution, as
it is completely superseded by the Revised^5 Report.  If you need to
consult R4RS, it is still widely available, for example at
http://www-swiss.ai.mit.edu/projects/info/SchemeDocs/r4rs/.