1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 04:40:29 +02:00
guile/doc
Neil Jerram 14dd0e27c3 * Remove data-rep.texi from Makefile.am.
* Explain data-rep.texi retirement in README.
2001-02-15 22:54:40 +00:00
..
example-smob *** empty log message *** 2000-06-20 03:24:10 +00:00
.cvsignore *** empty log message *** 1999-10-05 22:36:14 +00:00
api.txt Added a first attempt for a description of the low level API. 2000-03-24 00:16:26 +00:00
ChangeLog * Remove data-rep.texi from Makefile.am. 2001-02-15 22:54:40 +00:00
COPYING Added in preparation for release. 1998-10-19 15:29:00 +00:00
data-rep.texi * Retire this copy of data-rep.texi. 2001-02-15 22:15:25 +00:00
format.texi This is the documentation for (ice-9 format). 1999-05-09 08:20:56 +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 * Remove data-rep.texi from Makefile.am. 2001-02-15 22:54:40 +00:00
mop.text * mop.text: Preliminary documentation of the GOOPS meta object 2000-10-25 16:05:11 +00:00
oldfmt.c * oldfmt.c: New file: Used by application writers to adapt to 2000-01-12 01:54:16 +00:00
README * Remove data-rep.texi from Makefile.am. 2001-02-15 22:54:40 +00:00
texinfo.tex * 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.  You can see a snapshot of the new Guile
reference manual by checking out the `guile-doc' CVS module.

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 file `data-rep.texi', which used to be in this directory, is now
integrated into the Guile reference manual: the integrated version of
this essay is the `Data Representation' chapter.  (This chapter 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.)  To update the Texinfo source for this
essay - for example, when the smob interface changes - please update
the file `guile-doc/ref/data-rep.texi' in the guile-doc module.