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 90b714763e Created this directory for the Guile 1.3 release. Thanks to Jay
Glascoe for suggesting that we provide a complete, buildable
example!
* ChangeLog, Makefile, README, image-type.c, image-type.h,
myguile: New files.
1998-10-15 21:48:51 +00:00
..
example-smob Created this directory for the Guile 1.3 release. Thanks to Jay 1998-10-15 21:48:51 +00:00
.cvsignore * .cvsignore: New file, containing data-rep.info. I'm not sure 1998-10-08 20:17:38 +00:00
ChangeLog *** empty log message *** 1998-10-08 20:17:46 +00:00
data-rep.texi * data-rep.texi: Extended to accomodate a full running example, 1998-10-15 21:48:12 +00:00
hacks.el * hacks.el: Some handy helper functions for working on the manual. 1998-10-15 21:48:23 +00:00
Makefile.am * data-rep.texi: Extended to accomodate a full running example, 1998-10-15 21:48:12 +00:00
Makefile.in * data-rep.texi: Extended to accomodate a full running example, 1998-10-15 21:48:12 +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 * stamp-vti: Regenerated. 1998-10-15 21:48:27 +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'.