Re: Fwd: Announcing the first stable release of guile-for-loops

2020-01-24 Thread Linus Björnstam
Yeah, when iterating through many different things at the same time it is extremely helpful. I would have loved syntax parse when writing the macros :) I read your for loops code in awe, at least until I saw how you "cheated" with set! :-P My only chance of getting it into guile proper would

Re: Announcing the first stable release of guile-for-loops

2020-01-24 Thread Nala Ginrut
+1 On Fri, Jan 24, 2020, 20:13 Stefan Israelsson Tampe wrote: > > > -- Forwarded message - > From: Stefan Israelsson Tampe > Date: Fri, Jan 24, 2020 at 12:42 PM > Subject: Re: Announcing the first stable release of guile-for-loops > To: Linus Björnstam > > > Would be cool to

Announcing the first stable release of guile-for-loops

2020-01-23 Thread Linus Björnstam
Hiya everybody! I have spent some time implementing efficient for loops for guile, and they are baked and ready to go. I have worked the last weeks at implementing generalized support for non-tail-recursive loops and am happy to announce for/foldr. It is a generic right fold, with support for