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

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.