I've just published draft #2 of SRFI 185. It was submitted by John Cowan, author of the SRFI.
https://srfi.schemers.org/srfi-185/
Here are John's comments on the draft:
- Renamed procedures from string-linear-X! to string-X-linear!
- Added new macros string-append! and string-replace! to make the procedures easier to use.
- Moved example to separate section.
Here is the commit summary:
- At Per's request, remove him as SRFI 185 coauthor.
- Switch to ISO dates.
- Write authors consistently. Write <based-on>.
- Apply changes from John Cowan.
- Publish second draft.
Here's the diff:
https://github.com/scheme-requests-for-implementation/srfi-185/compare/draft-1..draft-2
Regards,
SRFI Editor