guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Linus Björnstam
Subject: Re: [PATCH] add SRFI: srfi-121; generators
Date: Tue, 26 Jan 2021 12:54:18 +0100
User-agent: Cyrus-JMAP/3.5.0-alpha0-78-g36b56e88ef-fm-20210120.001-g36b56e88

The code's internet presence is apparently gone (bitbucket mercurial. I don't 
know how I missed that ). I won't have access to that code for about 2 weeks, 
but I will upload it and try to get it up to par with the updated SRFI-158.

Lg. Linus Björnstam

On Tue, 26 Jan 2021, at 08:14, Marc Nieper-Wißkirchen wrote:
> Am Di., 26. Jan. 2021 um 08:08 Uhr schrieb Linus Björnstam 
> <linus.bjornstam@veryfast.biz>:
> > Hi Y'all!
> > 
> > I have an efficient, almost done implementation of srfi-121. I believe it 
> > lacks generator-unfold, but that is all. make-coroutine-generator is 
> > implemented using delimited continuations and runs a lot faster than the 
> > one in the reference implementation, with the caveat that it is apparently 
> > slightly incompatible: the coroutine generator usage in (srfi 146 hash) 
> > yielded the wrong result - despite my version passing all tests.
> 
> Can you post a MWE?
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]