* Remove data-rep.texi from Makefile.am.
[bpt/guile.git] / doc / README
1 This directory contains documentation on the Guile core.
2
3 At the moment, we don't have a full manual on Guile; that's at the
4 head of our task list. You can see a snapshot of the new Guile
5 reference manual by checking out the `guile-doc' CVS module.
6
7 The file `oldfmt.c' contains a function which can be used by
8 application writers to support both old-style and new-style error
9 format strings.
10
11 The file `data-rep.texi', which used to be in this directory, is now
12 integrated into the Guile reference manual: the integrated version of
13 this essay is the `Data Representation' chapter. (This chapter is an
14 essay on how to write C code that uses Guile values. If you're
15 interested in writing a application which is extensible via Guile,
16 this is a good place to start.) To update the Texinfo source for this
17 essay - for example, when the smob interface changes - please update
18 the file `guile-doc/ref/data-rep.texi' in the guile-doc module.