| www.delorie.com/gnu/docs/guile/guile_21.html | search |
![]() Buy GNU books! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
We ship the Guile tutorial and reference manual with the Guile distribution. Since the Scheme standard (R5RS) is a stable document, we ship that too.
Here are references (usually World Wide Web URLs) to some other freely redistributable documents and packages which you might find useful if you are using Guile.
The SLIB package should be unpacked somewhere in Guile's load path. It will typically be unpacked in `/usr/local/share/guile/site', so that it will be `/usr/local/share/guile/site/slib'.
Guile might have been installed with a different prefix, in which case the load path can be checked from inside the interpreter with:
guile> %load-path
("/usr/local/share/guile/site" "/usr/local/share/guile/1.3a" "/usr/local/share/guile" ".")
|
The relevant chapter (see section 37. SLIB) has details on how to use SLIB with Guile.
The relevant section (see section 37.2 JACAL) has details on how to use Jacal.
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |