Hi!
This is the first time I have taken a closer look at the transducers
provided by this SRFI. In view of the earlier SRFI 158, the use cases
of this SRFI are not yet clear to me.
Could someone explain to me what SRFI 171 adds what cannot be done
with the generators and accumulators of SRFI 158 and a trivial
procedure that takes a generator and an accumulator and feeds the
values of the generator into the accumulator until the generator is
exhausted and then returns the accumulated value?
Marc