GNU Guile 3.0.7

This commit is contained in:
Andrius Štikonas 2021-07-03 17:38:05 +01:00
parent 9cbca95108
commit a812e43467
8 changed files with 1080 additions and 0 deletions

View file

@ -718,3 +718,16 @@ boehm-gc 8.0.4
The Boehm-Demers-Weiser conservative garbage collector can be used as a garbage
collecting replacement for C malloc or C++ new.
guile 3.0.7
===========
GNU Ubiquitous Intelligent Language for Extensions (GNU Guile) is the preferred
extension language system for the GNU Project and features an implementation
of the programming language Scheme.
We use ``guile-psyntax-bootstrapping`` project to bootstrap Guile's ``psyntax.pp``
without relying on pre-expanded code.
``guile`` is patched to remove dependency on ``iconv`` which requires ``gperf``
and hence ``g++``.