SRFI 175: ASCII character library
Arthur A. Gleckler 19 Sep 2019 01:32 UTC
Scheme Request for Implementation 175,
"ASCII character library,"
by Lassi Kortela,
is now available for discussion.
Its draft and an archive of the ongoing
discussion are available at
<https://srfi.schemers.org/srfi-175/>.
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:
This SRFI defines ASCII-only
equivalents to many of the character
procedures in standard Scheme plus a
few extra ones. Recent Scheme
standards are based around Unicode but
the significant syntactic elements in
many file formats and network
protocols are all ASCII. Such
low-level code can be faster and
easier to understand with ASCII
primitives.
Regards,
SRFI Editor