I've just published draft #3 of SRFI 206. It was submitted by Marc Nieper-Wißkirchen, author of the SRFI.
Here are Marc's comments on the draft:
- Rename (srfi 206 *) to (srfi 206 all), which is more portable.
- Refer to sample implementation in Unsyntax.
- Add a note that for maximum portability, (srfi 206 all) should be used preferably to (srfi 206).
- Include test case.
- In particular, we now have a complete implementation as I implemented everything in Unsyntax.
- Depending on the further comments on the mailing list, this could become (barring minor changes) the final draft.
Here is the commit summary:
- Add "poor man's implementation."
- Apply changes from Marc.
- Update permanent redirect per <checklink>.
- Publish third draft.
Here's the diff:
https://github.com/scheme-requests-for-implementation/srfi-206/compare/draft-2..draft-3
Regards,
SRFI Editor