Subject: Final SRFI 166: Monadic Formatting
Scheme Request for Implementation 166,
"Monadic Formatting,"
by Alex Shinn,
has gone into final status.

The document and an archive of the discussion are available at https://srfi.schemers.org/srfi-166/.

Here's the abstract:

A library of procedures for formatting Scheme objects to text in various ways, and for easily concatenating, composing and extending these formatters efficiently without resorting to capturing and manipulating intermediate strings.

This SRFI is an updated version of SRFI 159, primarily with the difference that state variables are hygienic.

Summary of differences from SRFI 159:

Here is the commit summary since the most recent draft:

Here are the diffs since the most recent draft:

https://github.com/scheme-requests-for-implementation/srfi-166/compare/draft-5..final

Many thanks to Alex and to everyone who contributed to the discussion of this SRFI.

Regards,



SRFI Editor