Guile
Guile
http://www.gnu.org/software/guile/guile.html
An implementation of the Scheme programming language built to be used as an extension language. It's a library you can link into your programs. Your program has full access to the interpreter's data structure, so you can extend Guile with your own primitives, datatypes, and syntax, and tailor the language to your application. It also lets more people use your language, as they needn't learn the internals of your app. They just need to understand the language and the primitives you've provided, and they can trade and share ideas by passing around scripts without you. It has arrays, lists, modules, objects, first class functions, and garbage collection.
Documentation
Programmer manual available in HTML format from http://www.gnu.org/software/guile/anon-cvs.html
IRC Help channel- irc://irc.freenode.net/guile
Related Projects
Licensing
| License | Verified by | Verified on | Notes |
|---|---|---|---|
| LGPLv2.1orlater | Kelly Hopkins | 13 July 2009 |
Leaders and contributors
| Contact(s) | Role |
|---|---|
|
| Contributor |
| Gary Houston | Contributor |
| Neil Jerram | Contributor |
| Will Fitzgerald | Contributor |
| Marc Feeley | Contributor |
| Thien-Thi Nguyen | Contributor |
| Greg Badros | Contributor |
| Radey Shouman | Contributor |
|
| Maintainer |
| Mark Galassi | Contributor |
| Thomas Tanner | Contributor |
| Greg Harvey | Contributor |
| Robert Merkel | Contributor |
| Anthony Green | Contributor |
| Martin Grabmueller | Contributor |
| Tim Pierce | Contributor |
| Jim Blandy | Contributor |
| Roland Orre | Contributor |
|
| Contributor |
| Matthias Koeppe | Contributor |
| Tom Lord | Contributor |
| Jost Boekemeier | Contributor |
| Russell McManus | Contributor |
| Dirk Herrmann | Contributor |
| Michael Livshin | Contributor |
| Tom Tromey | Contributor |
|
| Contributor |
Resources and communication
| Audience | Resource type | URI |
|---|---|---|
| Support | Newsgroup | comp.lang.scheme |
| Help | Newsgroup | gnu.announce |
| Bug Tracking | mailto:bug-guile@gnu.org | |
| Developer | mailto:guile-devel@gnu.org | |
| Support | mailto:guile-user@gnu.org | |
| Help | mailto:info-gnu@gnu.org |
Software prerequisites
| Kind | Description |
|---|---|
| Weak prerequisite | readline (for command line editing) |
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software described in this text has its own copyright notice and license, which can usually be found in the distribution itself.
