1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 03:30:27 +02:00
guile/doc
Jim Blandy 21b4d3c2a4 * New directory for documentation.
* README: New file.
* data-rep.texi: It's not a real manual, but it's better than
nothing.
* Makefile.am, Makefile.in, data-rep.info, data-rep.texi,
mdate-sh, stamp-vti, texinfo.tex, version.texi: The usual support
files.
1998-10-07 07:37:17 +00:00
..
data-rep.texi * New directory for documentation. 1998-10-07 07:37:17 +00:00
Makefile.am * New directory for documentation. 1998-10-07 07:37:17 +00:00
Makefile.in * New directory for documentation. 1998-10-07 07:37:17 +00:00
mdate-sh * New directory for documentation. 1998-10-07 07:37:17 +00:00
README * New directory for documentation. 1998-10-07 07:37:17 +00:00
stamp-vti * New directory for documentation. 1998-10-07 07:37:17 +00:00
texinfo.tex * New directory for documentation. 1998-10-07 07:37:17 +00:00
version.texi * New directory for documentation. 1998-10-07 07:37:17 +00:00

This directory contains documentation on the Guile core.

At the moment, we don't have a full manual on Guile; that's at the
head of our task list.

The file `data-rep.texi' is an essay on how to write C code that uses
Guile values.  If you're interested in writing a application which is
extensible via Guile, this is a good place to start.  Make builds the
`info' manual by default, designed to be read on-line; if you want to
print it out, go to the `doc' subdirectory of the tree you're building
in, and run `make data-rep.ps'.