Re: FWD: Test reader speed of Guile 3.0.6 in Lilypond

2021-04-11 Thread Dr. Arne Babenhauserheide
Hi, I’d like to ask again if anyone can help the Lilypond folks with setting optimization settings for code they compile from lilypond-files: > Are there ways to improve this? For example sticking to the baseline > compiler (as described in the wingolog: > https://wingolog.org/archives/2020/06/03

Re: Python on guile v1.2.3.7

2021-04-11 Thread Maxim Cournoyer
Hi Stefan, Stefan Israelsson Tampe writes: > Hi, > > I released a new tag of my python code that basically is a snapshot of a > work in progress. > > This release includes > * pythons new match statement > * dataclasses > * Faster python regexps through caching and improved datastructures > * Nu

Re: [PATCH] add SRFI: srfi-121; generators

2021-04-11 Thread Arthur A. Gleckler
On Sat, Apr 10, 2021 at 11:52 PM Linus Björnstam < linus.bjorns...@veryfast.biz> wrote: > I still want to write an implementation of srfi-158 for guile, but given > the current state I believe it is quite far in the future. I have had a > bout 2 hours of serious computer time per week since the n

Python on guile v1.2.3.7

2021-04-11 Thread Stefan Israelsson Tampe
Hi, I released a new tag of my python code that basically is a snapshot of a work in progress. This release includes * pythons new match statement * dataclasses * Faster python regexps through caching and improved datastructures * Numerous bug fixes found while executing the python unit tests.