Thien-Thi Nguyen 4701caa84f Update. 22 years ago
..
example-smob 31987551ee *** empty log message *** 24 years ago
.cvsignore 0cbedb5b2b *** empty log message *** 25 years ago
COPYING 3e4f26aeea Added in preparation for release. 26 years ago
ChangeLog 79b2bd1c65 *** empty log message *** 22 years ago
Makefile.am 9e8737c22c (EXTRA_DIST): New var. 22 years ago
README 41617ac294 Replace "no manual yet" w/ "see manual on-line (for now)". 23 years ago
api.txt d87d36506d Added a first attempt for a description of the low level API. 25 years ago
data-rep.texi 8aaefaa86d Comment out (w/ "@c essay " prefix) portions 23 years ago
format.texi 8da8776b9c This is the documentation for (ice-9 format). 26 years ago
groupings.alist 1574685ad8 Add copyright and commentary. 23 years ago
guile-api.alist 4701caa84f Update. 22 years ago
guile.texi 3ba27e452c Initial revision. 23 years ago
hacks.el 4320facb00 * hacks.el: Some handy helper functions for working on the manual. 26 years ago
oldfmt.c eb46d7afa0 * oldfmt.c: New file: Used by application writers to adapt to 25 years ago
preface.texi 134d9c0de6 Back port from HEAD, with these differences: 23 years ago
texinfo.tex 21b4d3c2a4 * New directory for documentation. 26 years ago

README

This directory contains documentation on the Guile core.

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'.

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.

A full manual has been written but not yet integrated into this
distribution. For now, you can see snapshots of it (work in progress)
on-line at:

http://www.glug.org/docbits/guile-doc-out/

NOTE: Some of the features described in the on-line manual
do not apply to Guile 1.4.x series.