GNU Guile 3.0.0 released

2020-01-16 Thread Andy Wingo
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

[PATCH] Fix of upstream parsing of CDATA

2020-01-16 Thread Linus Björnstam
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

Re: GNU Guile 3.0.0 released

2020-01-16 Thread Stefan Israelsson Tampe
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

Re: [PATCH] Add srfi-171 to guile

2020-01-16 Thread Linus Björnstam
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

Re: GNU Guile 3.0.0 released

2020-01-16 Thread Stefan Israelsson Tampe
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

Re: GNU Guile 3.0.0 released

2020-01-16 Thread Taylan Kammer
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

Re: GNU Guile 3.0.0 released

2020-01-16 Thread Arne Babenhauserheide
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

Re: %module-public-interface

2020-01-16 Thread dsmich
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