From: Mikael Djurfeldt Date: Sun, 19 Sep 1999 00:00:01 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.hcoop.net/bpt/guile.git/commitdiff_plain/394a535ed069082c3ea76e46ba815a1541b5671c?hp=293b30252460bc589e7f0db4ec332cdcd8fff269 *** empty log message *** --- diff --git a/README b/README index dffed324f..497a95410 100644 --- a/README +++ b/README @@ -6,6 +6,14 @@ well, giving users of Guile-based applications a choice of languages. Please send bug reports to bug-guile@gnu.org. +Guile Documentation ================================================== + +There is some preliminary documentation for Guile under the directory +doc. The real Guile manual is incomplete, and is currently being +revised. A development snapshot of the manual is available at +ftp.red-bean.com as /pub/guile/snapshots/guile-doc-snap.tar.gz. + + About This Distribution ============================================== Interesting files include: @@ -53,6 +61,8 @@ qt: A cooperative threads package from the University of Washington, copyright; see `qt/README' for more details. doc: Some preliminary documentation for Guile. The real Guile manual is incomplete, and is currently being revised. + A development snapshot of the manual is available at + ftp.red-bean.com as /pub/guile/snapshots/guile-doc-snap.tar.gz. doc/example-smob: Sample code, discussed in the preliminary documentation above, for a program that extends Guile with a new data type, and functions that operate on it.