The Guile package contains the Project GNU's extension language library. Guile also contains a stand alone Scheme interpreter.
Download (HTTP): http://ftp.gnu.org/pub/gnu/guile/guile-1.6.4.tar.gz
Download (FTP): ftp://ftp.gnu.org/pub/gnu/guile/guile-1.6.4.tar.gz
Download size: 2.7 MB
Estimated Disk space required: 30 MB
Estimated build time: 0.79 SBU
Install Guile by running the following commands:
./configure --prefix=/usr &&
make &&
make install
In addition to the libguile libraries, the Guile package contains guile, guile-config and guile-snarf.
guile-config is a Guile script which provides the information necessary to link your programs against the Guile library, in much the same way pkgconfig-0.15.0 does.