Difference between revisions of "Guile"

From Free Software Directory
Jump to: navigation, search
(duplicate entries with EntryDetails template?)
 
(30 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
|Name=Guile
+
|Name=GNU Guile
|Short description=GNU extensibility library
+
|Short description=The GNU Ubiquitous Intelligent Language for Extensions.
|Full description=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.
+
|Full description='''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.
|User level=none
+
 
|Status=Live
+
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
|Component programs=
+
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.
|Homepage URL=http://www.gnu.org/software/guile/guile.html
+
 
|VCS checkout command=
+
=== Guile's VM ===
|Computer languages=C
+
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.
|Documentation note=Programmer manual available in HTML format from http://www.gnu.org/software/guile/anon-cvs.html
+
 
|Paid support=
+
Guile is the GNU Ubiquitous Intelligent Language for Extensions, and the official extension language of the GNU project.
|IRC help=irc://irc.freenode.net/guile
+
|Homepage URL=https://www.gnu.org/software/guile/
|IRC general=
+
|Version download=https://ftp.gnu.org/gnu/guile/guile-3.0.8.tar.gz
|IRC development=
+
|Test entry=No
|Related projects=Autogen,Glame,Guile-gnome,slib,Ball_and_Paddle,Gurgle
+
|Is GNU=Yes
|Keywords=library,development,scheme,guile
+
|GNU package identifier=guile
|Is GNU=y
+
|Is High Priority Project=No
|Last review by=Janet Casey
 
|Last review date=2010-05-29
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Version identifier=1.8.7
 
|Version date=2009-07-05
 
|Version status=stable
 
|Version download=http://ftp.gnu.org/gnu/guile/guile-1.8.7.tar.gz
 
|License verified date=2009-07-13
 
|Version comment=
 
 
}}
 
}}
{{Person
+
{{Project license
|Role=Maintainer
+
|License=LGPLv3orlater
|Real name=Marius Vollmer
+
|License copyright=Copyright (C) 1996-2022 Free Software Foundation, Inc.
|Email=mvo@zagadka.de
+
|License verified by=Genium
|Resource URL=
+
|License verified date=2022-02-11
 +
|License note=https://git.savannah.gnu.org/cgit/guile.git/tree/COPYING.LESSER
 
}}
 
}}
{{Person
+
{{Project license
|Role=Contributor
+
|License=GPLv3orlater
|Real name=Anthony Green
+
|License copyright=Copyright 1997,1999,2000-2003,2006-2010,2013,2018 Free Software Foundation, Inc.
|Email=
+
|License verified by=Genium
|Resource URL=
+
|License verified date=2022-02-11
 +
|License note=Applies to part: Guile-Readline
 +
 
 +
https://git.savannah.gnu.org/cgit/guile.git/tree/guile-readline/readline.c
 
}}
 
}}
{{Person
+
{{Software category
|Role=Contributor
+
|Interface=command-line
|Real name=Bill Schottstaedt
+
|Programming-language=C, scheme
|Email=bil@ccrma.stanford.edu
+
|Runs-on=Windows, BSD, OS X, GNU/Linux
|Resource URL=
+
|Software-development=programming-language
 +
|Use=library, software-development
 
}}
 
}}
{{Person
+
{{EntryGNU
|Role=Contributor
+
|Is GNU=Yes
|Real name=Dirk Herrmann
+
|GNU package identifier=guile
|Email=
 
|Resource URL=
 
 
}}
 
}}
{{Person
+
{{Software prerequisite
|Role=Contributor
+
|Prerequisite kind=Weak prerequisite
|Real name=Gary Houston
+
|Prerequisite description=[[readline]] (for command line editing)
|Email=
 
|Resource URL=
 
 
}}
 
}}
 
{{Person
 
{{Person
|Role=Contributor
+
|Real name=Andy Wingo
|Real name=Greg Badros
+
|Role=Maintainer
|Email=
+
|Email=wingo@pobox.com
|Resource URL=
 
 
}}
 
}}
 
{{Person
 
{{Person
|Role=Contributor
+
|Real name=Ludovic Courtès
|Real name=Greg Harvey
+
|Role=Co-maintainer
|Email=
+
|Email=ludo@gnu.org
|Resource URL=
 
 
}}
 
}}
{{Person
+
{{Resource
|Role=Contributor
+
|Resource audience=Bug database
|Real name=Jim Blandy
+
|Resource kind=Bug Tracking
|Email=
+
|Resource URL=http://debbugs.gnu.org/guile
|Resource URL=
 
 
}}
 
}}
{{Person
+
{{Resource
|Role=Contributor
+
|Resource audience=Bug reports
|Real name=Jost Boekemeier
+
|Resource kind=E-mail
|Email=
+
|Resource URL=bug-guile@gnu.org
|Resource URL=
 
 
}}
 
}}
{{Person
+
{{Resource
|Role=Contributor
+
|Resource audience=Savannah
|Real name=Keisuke Nishida
+
|Resource kind=Developer
|Email=kxn30@yahoo.co.jp
+
|Resource URL=https://savannah.gnu.org/projects/guile/
|Resource URL=
 
 
}}
 
}}
{{Person
+
{{Resource
|Role=Contributor
+
|Resource audience=Savannah
|Real name=Marc Feeley
+
|Resource kind=VCS Repository Webview
|Email=
+
|Resource URL=https://git.savannah.gnu.org/cgit/guile.git/
|Resource URL=
 
 
}}
 
}}
{{Person
+
{{Resource
|Role=Contributor
+
|Resource audience=Forge
|Real name=Mark Galassi
+
|Resource kind=Mailing List
|Email=
+
|Resource URL=https://lists.gnu.org/mailman/listinfo/guile-user/
|Resource URL=
 
 
}}
 
}}
{{Person
+
{{Resource
|Role=Contributor
+
|Resource audience=Forge
|Real name=Martin Grabmueller
+
|Resource kind=Mailing List
|Email=
+
|Resource URL=https://lists.gnu.org/mailman/listinfo/guile-devel/
|Resource URL=
 
 
}}
 
}}
{{Person
+
{{Resource
|Role=Contributor
+
|Resource audience=Forge
|Real name=Matthias Koeppe
+
|Resource kind=Mailing List
|Email=
+
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-guile/
|Resource URL=
 
 
}}
 
}}
{{Person
+
{{Resource
|Role=Contributor
+
|Resource audience=Forge
|Real name=Michael Livshin
+
|Resource kind=Mailing List
|Email=
+
|Resource URL=https://lists.gnu.org/mailman/listinfo/guile-sources/
|Resource URL=
 
 
}}
 
}}
{{Person
+
{{Resource
|Role=Contributor
+
|Resource audience=Forge
|Real name=Neil Jerram
+
|Resource kind=Mailing List
|Email=
+
|Resource URL=https://lists.gnu.org/mailman/listinfo/guile-devel-internal/
|Resource URL=
 
 
}}
 
}}
{{Person
+
{{Resource
|Role=Contributor
+
|Resource audience=Forge
|Real name=Radey Shouman
+
|Resource kind=Mailing List
|Email=
+
|Resource URL=https://lists.gnu.org/mailman/listinfo/guile-commits/
|Resource URL=
 
 
}}
 
}}
{{Person
+
{{Resource
|Role=Contributor
+
|Resource audience=FTP
|Real name=Robert Merkel
+
|Resource kind=General
|Email=
+
|Resource URL=https://ftpmirror.gnu.org/guile/
|Resource URL=
 
 
}}
 
}}
{{Person
+
{{Resource
|Role=Contributor
+
|Resource audience=FTP
|Real name=Roland Orre
+
|Resource kind=Download
|Email=
+
|Resource URL=https://ftp.gnu.org/gnu/guile/
|Resource URL=
 
}}
 
{{Person
 
|Role=Contributor
 
|Real name=Russell McManus
 
|Email=
 
|Resource URL=
 
}}
 
{{Person
 
|Role=Contributor
 
|Real name=Stefan Jahn
 
|Email=stefan@lkcc.org
 
|Resource URL=
 
}}
 
{{Person
 
|Role=Contributor
 
|Real name=Thien-Thi Nguyen
 
|Email=
 
|Resource URL=
 
}}
 
{{Person
 
|Role=Contributor
 
|Real name=Thomas Tanner
 
|Email=
 
|Resource URL=
 
}}
 
{{Person
 
|Role=Contributor
 
|Real name=Tim Pierce
 
|Email=
 
|Resource URL=
 
}}
 
{{Person
 
|Role=Contributor
 
|Real name=Tom Lord
 
|Email=
 
|Resource URL=
 
}}
 
{{Person
 
|Role=Contributor
 
|Real name=Tom Tromey
 
|Email=
 
|Resource URL=
 
}}
 
{{Person
 
|Role=Contributor
 
|Real name=Will Fitzgerald
 
|Email=
 
|Resource URL=
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Bug Tracking
+
|Resource audience=FTP
|Resource kind=E-mail
+
|Resource kind=Download
|Resource URL=mailto:bug-guile@gnu.org
+
|Resource URL=https://alpha.gnu.org/gnu/guile/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
+
|Resource audience=FTP
|Resource kind=E-mail
+
|Resource kind=Download
|Resource URL=mailto:guile-devel@gnu.org
+
|Resource URL=https://ftp.gnu.org/old-gnu/guile/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Support
+
|Resource audience=Libraries
|Resource kind=E-mail
+
|Resource kind=General
|Resource URL=mailto:guile-user@gnu.org
+
|Resource URL=https://www.gnu.org/software/guile/libraries/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Help
+
|Resource audience=Wikidata
|Resource kind=E-mail
+
|Resource kind=General
|Resource URL=mailto:info-gnu@gnu.org
+
|Resource URL=https://www.wikidata.org/wiki/Q1486208
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Support
+
|Resource audience=Debian
|Resource kind=Newsgroup
+
|Resource kind=Developer
|Resource URL=comp.lang.scheme
+
|Resource URL=https://tracker.debian.org/pkg/guile-3.0
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Help
+
|Resource audience=Debian
|Resource kind=Newsgroup
+
|Resource kind=Developer
|Resource URL=gnu.announce
+
|Resource URL=https://tracker.debian.org/pkg/guile-2.2
 
}}
 
}}
{{Software category
+
{{EntryDetails
|Interface=command-line
+
|Is High Priority Project=No
|Programming-language=scheme
+
|VCS checkout command=git clone git://git.savannah.gnu.org/guile.git
|Software-development=programming-language
+
|Computer languages=C
|Use=library,software-development
+
|Decommissioned or Obsolete=No
}}
+
|IRC general=irc://irc.libera.chat/guile
{{Project license
+
|Version identifier=3.0.8
|License=LGPLv2.1orlater
+
|Version date=2022-02-11
|License verified by=Kelly Hopkins
+
|Version status=stable
|License verified date=2009-07-13
+
|Last review by=Genium
}}
+
|Last review date=2022-02-11
{{Software prerequisite
+
|Submitted by=WikiSysop
|Prerequisite kind=Weak prerequisite
+
|Submitted date=2011-04-12
|Prerequisite description=readline (for command line editing)
+
|User level=advanced
 +
|Accepts cryptocurrency donations=No
 +
|OpenPGP signature=https://ftp.gnu.org/gnu/guile/guile-3.0.8.tar.gz.sig
 +
|Test entry=No
 
}}
 
}}
 +
{{Featured}}

Latest revision as of 12:51, 11 February 2022


[edit]

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" IRC general channel
irc://irc.libera.chat/guile





Licensing

License

Verified by

Verified on

Notes

Verified by

Genium

Verified on

11 February 2022

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

AudienceResource typeURI
Bug reportsE-mailbug-guile@gnu.org
ForgeMailing Listhttps://lists.gnu.org/mailman/listinfo/guile-sources/
SavannahVCS Repository Webviewhttps://git.savannah.gnu.org/cgit/guile.git/
FTPDownloadhttps://alpha.gnu.org/gnu/guile/
ForgeMailing Listhttps://lists.gnu.org/mailman/listinfo/guile-commits/
Bug databaseBug Trackinghttp://debbugs.gnu.org/guile
SavannahDeveloperhttps://savannah.gnu.org/projects/guile/
DebianDeveloperhttps://tracker.debian.org/pkg/guile-2.2
LibrariesGeneralhttps://www.gnu.org/software/guile/libraries/
ForgeMailing Listhttps://lists.gnu.org/mailman/listinfo/guile-devel-internal/
FTPDownloadhttps://ftp.gnu.org/old-gnu/guile/
FTPDownloadhttps://ftp.gnu.org/gnu/guile/
DebianDeveloperhttps://tracker.debian.org/pkg/guile-3.0
ForgeMailing Listhttps://lists.gnu.org/mailman/listinfo/guile-devel/
ForgeMailing Listhttps://lists.gnu.org/mailman/listinfo/guile-user/
FTPGeneralhttps://ftpmirror.gnu.org/guile/
WikidataGeneralhttps://www.wikidata.org/wiki/Q1486208
ForgeMailing Listhttps://lists.gnu.org/mailman/listinfo/bug-guile/


Software prerequisites

KindDescription
Weak prerequisitereadline (for command line editing)

This entry (in part or in whole) was last reviewed on 11 February 2022.




Entry














"Co-maintainer" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.


"Bug database" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Bug reports" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Savannah" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Savannah" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Forge" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Forge" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Forge" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Forge" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Forge" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Forge" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"FTP" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"FTP" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"FTP" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"FTP" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Libraries" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Wikidata" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.














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.