|
Guile is an interpreter for the Scheme programming language, packaged as a library which can be incorporated into your programs. Your users have full access to the interpreter, so Guile itself can be extended, based on the needs of the user. The result is a scripting language tailored to your application.
|
|
|
1. |
Guile
-
GNU's Ubiquitous Intelligent Language for Extension, a library implementation of the Scheme language plus various convenient facilities. Designed to be linked into programs to make them extensible.
|
|
|
2. |
Guile Object Oriented Programming System: GOOPS
-
Object-oriented extension to Guile; very close in spirit to Common Lisp Object System, CLOS (CLtL2), but adapted for Scheme language; gives full OO system with multiple inheritance, generic functions with multi-method dispatch.
|
|
|
3. |
guile-gtk
-
Guile bindings for Gtk+.
|
|
|
4. |
guile-gtk-general
-
Maillist for general discussions about the guile-gtk project.
|
|
|
5. |
GNU Guile
-
Growing article, with links to many related topics. [NodeWorks Encyclopedia]
|
|
|