Ports vs generators Lassi Kortela (07 Oct 2019 15:05 UTC)
Re: Ports vs generators John Cowan (07 Oct 2019 15:09 UTC)
Re: Ports vs generators Lassi Kortela (07 Oct 2019 15:57 UTC)
Re: Ports vs generators Linus Björnstam (08 Oct 2019 20:07 UTC)

Re: Ports vs generators Lassi Kortela 07 Oct 2019 15:57 UTC

Would 'gtransduce' be a good name (to match the ones in SRFI 158)?

> Indeed.   I have a small pre-SRFI at <
> https://bitbucket.org/cowan/r7rs-wg1-infra/src/default/PortOperationsCowan.md>,
> the first half of which is about mapping between SRFI 158 generators and
> accumulators and Scheme ports.

Your input-port->generator and output-port->accumulator procedures also
don't require a port :)