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

2020-01-23 Thread Zelphir Kaltstahl
Hi Linus! Although I just ported multiple usages of those kind of loops from a previously Racket project to a Guile project, I think this is quite cool! When I ported those usages in my code, it also resulted in some named lets (I guess quite naturally, as an available looping construct), so I can

Announcing the first actually 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 d