Scheme Request for Implementation 221, "Generator/accumulator," by John Cowan (text), Arvydas Silanskas (implementation), has gone into *final* status.
The document and an archive of the discussion are available at https://srfi.schemers.org/srfi-221/. Here's the abstract: This is a set of convenience routines for generators and accumulators intended to blend in with SRFI 158 <https://srfi.schemers.org/srfi-158/srfi-158.html>. The authors recommend that they be added to the (srfi 158) library provided by users or implementations. If they are approved by the R7RS-large process, they can also be added to (r7rs generator). Here is the commit summary since the most recent draft: - typoo - Finalize. Update abstract. Here are the diffs since the most recent draft: https://github.com/scheme-requests-for-implementation/srfi-221/compare/draft-3..final Many thanks to John and Arvydas and to everyone who contributed to the discussion of this SRFI. Regards, SRFI Editor
