README 885 B

12345678910111213141516171819202122
  1. This directory contains documentation on the Guile core.
  2. The file `data-rep.texi' is an essay on how to write C code that uses
  3. Guile values. If you're interested in writing a application which is
  4. extensible via Guile, this is a good place to start. Make builds the
  5. `info' manual by default, designed to be read on-line; if you want to
  6. print it out, go to the `doc' subdirectory of the tree you're building
  7. in, and run `make data-rep.ps'.
  8. The file `oldfmt.c' contains a function which can be used by
  9. application writers to support both old-style and new-style error
  10. format strings.
  11. A full manual has been written but not yet integrated into this
  12. distribution. For now, you can see snapshots of it (work in progress)
  13. on-line at:
  14. http://www.glug.org/docbits/guile-doc-out/
  15. NOTE: Some of the features described in the on-line manual
  16. do not apply to Guile 1.4.x series.