We are delighted to announce GNU Guile release 3.0.0, the first in the
new 3.0 stable release series.
Compared to the previous stable series (2.2.x), Guile 3.0 adds support
for just-in-time native code generation, speeding up all Guile programs.
See the NEWS extract at the end of the mail for full
Hello Guilers!
RhodiumToad found an error in sxml where it would not properly parse CDATA: >
would be converted to > inside CDATA blocks. This is probably due to some wrong
reading of the XML spec:
"Within a CDATA section, only the CDEnd string is recognized as markup, so
that left angle b
Actually the change of adding a binding resulted in a change in python on
guile. There the python module which is compiled to a minimal lisp (and not
tree il) needed to import the else binding.
Den tor 16 jan 2020 12:04Andy Wingo skrev:
> We are delighted to announce GNU Guile release 3.0.0, the
I have addressed all your feedback and present to you the revised patch.
Some small code changes compared to the other patch. Most significantly,
tsegment and tpartition have gotten paranoid about the downstream
reducer managing to sneak a reduced value through (with no performance
impact, mind
Many thanks wingo and team, really great work!!
On Thu, Jan 16, 2020 at 6:56 PM Stefan Israelsson Tampe <
stefan.ita...@gmail.com> wrote:
> Actually the change of adding a binding resulted in a change in python on
> guile. There the python module which is compiled to a minimal lisp (and not
> tre
Many thanks to everyone for this amazing release. :-)
> ** Add support for R7RS
Given the now official R7RS support, let me remind people of this repo:
https://github.com/TaylanUB/scheme-srfis/
Development is inactive, but patches, merge requests, or forks/takeovers
are welcome.
I think th
Andy Wingo writes:
> We are delighted to announce GNU Guile release 3.0.0, the first in the
> new 3.0 stable release series.
…
> The Guile web page is located at http://gnu.org/software/guile/
That’s awesome! Thank you for your work!
> Changes in 3.0.0 (since the stable 2.2 series):
…
> ** Ju
Thanks Andy! Sneek is much happer now.
-Dale
-From: "Andy Wingo"
To: dsm...@roadrunner.com
Cc: "guile-devel@gnu.org"
Sent: Wednesday January 15 2020 2:59:53PM
Subject: Re: %module-public-interface
On Wed 15 Jan 2020 07:50, dsm...@roadrunn