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

2021-01-23 Thread Arthur A. Gleckler
On Fri, Jan 22, 2021 at 6:15 PM Shiro Kawai wrote: > Hi Mark, > I agree that the whole point of generators is performance. When combined > with lazy sequences (srfi-127), it covers many typical use cases of streams > much more efficiently. > I've written Gauche version with performance in mind,

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

2021-01-23 Thread Shiro Kawai
Hi Mark, I agree that the whole point of generators is performance. When combined with lazy sequences (srfi-127), it covers many typical use cases of streams much more efficiently. I've written Gauche version with performance in mind, but it depends on a few non-standard features and can not be us