I've just published draft #6 of SRFI 175.  It was submitted by Lassi Kortela, author of the SRFI.

  <https://srfi.schemers.org/srfi-175/>

Because of this new draft, we're extending the last call period to 2019/12/16.  Thank you for your feedback.

Here are Lassi's comments on the draft:

  I'd like to make one more change... Upon closer inspection, the `ascii-open-bracket` and `ascii-close-bracket` procedures are probably not useful enough to justify being included so IMHO it'd be better if they are removed. From the bracket procedures, `ascii-mirror-bracket` is the only one that would stay.

Here is the commit summary:

  - Clarify ASCII and non-ASCII arguments
  - Remove ascii-open-bracket and ascii-close-bracket procedures
  - Use HTML superscript markup for R6RS/R7RS

Here's the diff:

  <https://github.com/scheme-requests-for-implementation/srfi-175/compare/1f4f1211..eacb0f17>

Regards,


SRFI Editor