GNU Guile 3.0.7

This commit is contained in:
Andrius Štikonas 2021-07-03 17:38:05 +01:00 committed by fosslinux
parent de582f1866
commit 8857f53cd1
7 changed files with 1023 additions and 0 deletions

View file

@ -803,3 +803,13 @@ 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.