Difference between revisions of "Guile"
(added standard link) |
|||
Line 1: | Line 1: | ||
{{Entry | {{Entry | ||
|Name=GNU Guile | |Name=GNU Guile | ||
− | |Short description=GNU extensibility library | + | |Short description=GNU extensibility library, |
|Full description='''Guile''' is the GNU Ubiquitous Intelligent Language for Extensions, the official extension language of the GNU system. | |Full description='''Guile''' is the GNU Ubiquitous Intelligent Language for Extensions, the official extension language of the GNU system. | ||
Line 13: | Line 13: | ||
http://www.network-theory.co.uk/guile/manual | http://www.network-theory.co.uk/guile/manual | ||
+ | |||
+ | '''Selection from the [https://shop.fsf.org/ FSF shop]''' | ||
+ | |||
+ | [https://shop.fsf.org/books/free-freedom-20-richard-stallman Free as in Freedom 2.0, by Richard Stallman] | ||
+ | |||
+ | [https://shop.fsf.org/books-docs/introduction-command-line Introduction to the Command Line] | ||
+ | |||
+ | ---- | ||
+ | ---- | ||
+ | '''[https://www.gnu.org/help/help.html Helping the GNU Project and the Free Software Movement]''' | ||
+ | ---- | ||
+ | ---- | ||
+ | |||
+ | If you have corrections to this entry or questions about it, please contact: mailto:maintainers@gnu.org | ||
+ | ---- | ||
|Decommissioned or Obsolete=No | |Decommissioned or Obsolete=No | ||
|Donate=https://my.fsf.org/donate/ | |Donate=https://my.fsf.org/donate/ | ||
− | |IRC help=irc://irc.freenode.net/guile | + | |IRC help=irc://irc.freenode.net/#guile |
− | |Related projects=elisp,kawa,mit-scheme,scm,slib | + | |Related projects=gnustandards,elisp,kawa,mit-scheme,scm,slib |
|Keywords=library,development,scheme,guile | |Keywords=library,development,scheme,guile | ||
− | |Version identifier=2.2. | + | |Version identifier=2.2.4 |
|Version date=2017/12/01 | |Version date=2017/12/01 | ||
|Version status=stable | |Version status=stable | ||
− | |Version download=https://ftp.gnu.org/gnu/guile/guile-2.2. | + | |Version download=https://ftp.gnu.org/gnu/guile/guile-2.2.4.tar.lz |
|Last review by=Bendikker | |Last review by=Bendikker | ||
− | |Last review date= | + | |Last review date=2019/01/04 |
|Submitted by=Database conversion | |Submitted by=Database conversion | ||
− | |Submitted date=2011/04/ | + | |Submitted date=2011/04/01 |
|User level=advanced | |User level=advanced | ||
|Paid support=https://www.fsf.org/resources/service/ | |Paid support=https://www.fsf.org/resources/service/ | ||
|Accepts cryptocurrency donations=Yes | |Accepts cryptocurrency donations=Yes | ||
+ | |OpenPGP signature=https://ftp.gnu.org/gnu/guile/guile-2.2.4.tar.lz.sig | ||
|Test entry=No | |Test entry=No | ||
|Is GNU=Yes | |Is GNU=Yes | ||
Line 77: | Line 93: | ||
{{Resource | {{Resource | ||
|Resource audience=Savannah (Ref) | |Resource audience=Savannah (Ref) | ||
− | |Resource URL=https://savannah.gnu.org/projects/guile | + | |Resource URL=https://savannah.gnu.org/projects/guile/ |
}} | }} | ||
{{Resource | {{Resource | ||
|Resource kind=VCS Repository Webview | |Resource kind=VCS Repository Webview | ||
− | |Resource URL=https://git.savannah.gnu.org/cgit/guile.git | + | |Resource URL=https://git.savannah.gnu.org/cgit/guile.git/ |
}} | }} | ||
{{Resource | {{Resource | ||
|Resource kind=Mailing List | |Resource kind=Mailing List | ||
− | |Resource URL=https://lists.gnu.org/mailman/listinfo/guile-user | + | |Resource URL=https://lists.gnu.org/mailman/listinfo/guile-user/ |
}} | }} | ||
{{Resource | {{Resource | ||
|Resource kind=Mailing List | |Resource kind=Mailing List | ||
− | |Resource URL=https://lists.gnu.org/mailman/listinfo/bug-guile | + | |Resource URL=https://lists.gnu.org/mailman/listinfo/bug-guile/ |
}} | }} | ||
{{Resource | {{Resource | ||
|Resource kind=Mailing List | |Resource kind=Mailing List | ||
− | |Resource URL=https://lists.gnu.org/mailman/listinfo/guile-devel | + | |Resource URL=https://lists.gnu.org/mailman/listinfo/guile-devel/ |
}} | }} | ||
{{Resource | {{Resource | ||
Line 101: | Line 117: | ||
{{Resource | {{Resource | ||
|Resource kind=Download | |Resource kind=Download | ||
− | |Resource URL=https://ftp.gnu.org/gnu/guile | + | |Resource URL=https://ftp.gnu.org/gnu/guile/ |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
}} | }} | ||
{{Resource | {{Resource | ||
− | |||
|Resource kind=General | |Resource kind=General | ||
− | |Resource URL=https://www. | + | |Resource URL=https://www.gnu.org/software/guile/libraries/ |
}} | }} | ||
{{Resource | {{Resource | ||
− | |||
|Resource kind=General | |Resource kind=General | ||
− | |Resource URL= | + | |Resource URL=https://savannah.gnu.org/people/ |
}} | }} | ||
{{Software category | {{Software category | ||
Line 131: | Line 136: | ||
{{Software prerequisite | {{Software prerequisite | ||
|Prerequisite kind=Weak prerequisite | |Prerequisite kind=Weak prerequisite | ||
− | |Prerequisite description=readline (for command line editing) | + | |Prerequisite description=[[readline]] (for command line editing) |
}} | }} | ||
{{Featured}} | {{Featured}} |
Revision as of 04:23, 4 January 2019
GNU Guile
https://www.gnu.org/software/guile/
The GNU Ubiquitous Intelligent Language for Extensions.
Guile is an implementation of the Scheme programming language, packaged for use in a wide variety of environments. In addition to implementing the R5RS, R6RS, and R7RS Scheme standards, Guile includes full access to POSIX system calls, networking support, multiple threads, dynamic linking, a foreign function call interface, powerful string processing, and HTTP client and server implementations.
Guile can run interactively, as a script interpreter, and as a Scheme compiler to VM bytecode. It is also packaged as a library so that applications can easily incorporate a complete Scheme interpreter/VM. An application can use Guile as an extension language, a clean and powerful configuration language, or as multi-purpose "glue" to connect primitives provided by the application. It is easy to call Scheme code from C code and vice versa. Applications can add new functions, data types, control structures, and even syntax to Guile, to create a domain-specific language tailored to the task at hand.
Guile's VM
Guile contains an efficient compiler and virtual machine. It can be used out of the box to write programs in Scheme, or can easily be integrated with C and C++ programs.
Guile is the GNU Ubiquitous Intelligent Language for Extensions, and the official extension language of the GNU project.
IRC general channel
- irc://irc.libera.chat/guile
This is a GNU package:
guile
Download
https://ftp.gnu.org/gnu/guile/guile-3.0.8.tar.gz
version 3.0.8
(stable)
released on 11 February 2022
OpenPGP signature URL: https://ftp.gnu.org/gnu/guile/guile-3.0.8.tar.gz.sig
User level
Advanced
VCS Checkout
git clone git://git.savannah.gnu.org/guile.git
Categories
Licensing
License
Verified by
Verified on
Notes
License
Verified by
Genium
Verified on
11 February 2022
Notes
Applies to part: Guile-Readline https://git.savannah.gnu.org/cgit/guile.git/tree/guile-readline/readline.c
License
Verified by
Genium
Verified on
11 February 2022
Leaders and contributors
Contact(s) | Role |
---|---|
Andy Wingo | Maintainer |
Ludovic Courtès | Co-maintainer |
Resources and communication
Software prerequisites
Kind | Description |
---|---|
Weak prerequisite | readline (for command line editing) |
This entry (in part or in whole) was last reviewed on 11 February 2022.
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 or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.