SRFI 151: Bitwise Operations
Arthur A. Gleckler 03 May 2017 21:35 UTC
Scheme Request for Implementation 151,
"Bitwise Operations,"
by John Cowan,
is now available for discussion.
Its draft and an archive of the ongoing discussion are
available at <https://srfi.schemers.org/srfi-151/>.
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 <srfi-151@srfi.schemers.org>.
Here is John's summary of this SRFI:
This SRFI differs from SRFI 142 in the following respects:
The bitwise-if function has the argument ordering of SLIB,
SRFI 60, and R6RS rather than the ordering of SRFI 33.
The integer->list, list-integer, integer->vector,
vector->integer, and bits procedures generate or accept
bits in big-endian rather than little-endian order.
Please note that SRFI 142 has the same title.
Regards,
SRFI Editor