Email list hosting service & mailing list manager


SRFI 171: Transducers Arthur A. Gleckler 25 Jun 2019 05:18 UTC

Scheme Request for Implementation 171,
"Transducers,"
by Linus Björnstam,
is now available for discussion.

Its draft and an archive of the ongoing discussion are available
at <https://srfi.schemers.org/srfi-171/>.

You can join the discussion of the draft by filling out the
subscription form on that page.

You can contribute a message to the discussion by sending it to
<xxxxxx@srfi.schemers.org>.

Here's the abstract:

  A library implementing transducers — composable algorithmic
  transformations.  Scheme has many different ways of expressing
  transformations over different collection types, but they are
  all unique to whatever base type they work on.  This SRFI
  proposes a new construct, the transducer, that is oblivious to
  the context in which it is being used.

Regards,

SRFI Editor