guile - tions
/usr/bin/guile [OPTION]...
guile(1) General Commands Manual guile(1)
NAME
guile - a library designed to help programmers create flexible applica-
tions
SYNOPSIS
/usr/bin/guile [OPTION]...
DESCRIPTION
Using Guile in an application allows programmers to write plug-ins, or
modules (there are many names, but the concept is essentially the same)
and users to use them to have an application fit their needs.
For additional information on using guile, see the Info format documen-
tation by running the following command from your shell:
/usr/sfw/bin/info guile
guile is provided for developers who are working on software that has
already adopted it. However, it is not recommended that guile be used
when developing new software projects.
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+---------------+------------------+
|ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+---------------+------------------+
|Availability | library/guile |
+---------------+------------------+
|Stability | Uncommitted |
+---------------+------------------+
NOTES
This software was built from source available at
https://java.net/projects/solaris-userland. The original community
source was downloaded from
http://ftp.gnu.org/pub/gnu/guile/guile-1.8.6.tar.gz
Further information about this software can be found on the open source
community website at http://www.gnu.org/software/guile/.
08 Mar 2008 guile(1)