Scheme Request for Implementation 185,
"Linear adjustable-size strings,"
by John Cowan (editor and shepherd), Per Bothner (original author),
is now available for discussion.

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

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:

Scheme specifies mutable fixed-size strings.  SRFI 118 adds two procedures, string-append! and string-replace!, which allow the size of the string to change.  This SRFI provides two linear-update versions of these procedures: that is, the implementation may change the string size or return a new string instead.

Regards,


SRFI Editor