GNU's Ubiquitous Intelligent Language for Extension
This is Guile, a portable, embeddable Scheme implementation written in
C. Guile provides a machine independent execution platform that can be
linked in as a library when building extensible programs.
- Developed at devel:languages:misc
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/guile && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
guile-1.6.10-mktemp.patch | 0000000606 606 Bytes | |
guile-2.0.7.tar.gz | 0007163916 6.83 MB | |
guile-64bit.patch | 0000001066 1.04 KB | |
guile-gc-test.patch | 0000001417 1.38 KB | |
guile-net-db-test.patch | 0000000943 943 Bytes | |
guile-threads-test.patch | 0000000576 576 Bytes | |
guile.changes | 0000028961 28.3 KB | |
guile.spec | 0000006691 6.53 KB |
Revision 36 (latest revision is 71)
Stephan Kulow (coolo)
accepted
request 145644
from
Petr Gajdos (pgajdos)
(revision 36)
- fixed build: net-db.test takes EAI_SYSTEM error by * net-db-test.patch [bnc#794696] - turn off one test in gc.test * gc-test.patch http://lists.gnu.org/archive/html/bug-guile/2012-07/msg00069.html - update to 2.0.7: * Notable changes ** SRFI-105 curly infix expressions are supported ** Reader options may now be per-port ** Futures may now be nested ** `GUILE_LOAD_PATH' et al can now add directories to the end of the path ** `load-in-vicinity' search for `.go' files in `%load-compiled-path' ** Extension search order fixed, and LD_LIBRARY_PATH preserved ** Optimize calls to `equal?' or `eqv?' with a constant argument * Manual updates ** SRFI-9 records now documented under "Compound Data Types" ** (ice-9 and-let-star) and (ice-9 curried-definitions) now documented * New interfaces ** New "functional record setters" as a GNU extension of SRFI-9 ** web: New `http-get*', `response-body-port', and `text-content-type?' procedures ** `string-split' accepts character sets and predicates ** R6RS SRFI support ** `define-public' is no a longer curried definition by default etc. see NEWS
Comments 0