New draft (#3) of SRFI 151: Bitwise Operations Arthur A. Gleckler 22 May 2017 04:13 UTC

I've just published draft #3 of SRFI 151.  It was submitted
by John Cowan, author of the SRFI.

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

Here's the diff:

  <https://github.com/scheme-requests-for-implementation/srfi-151/compare/b8dd4af8d087f0b9cbcd40978273bf5e5d03f858...00afeef0b0e595fb23a694bcecb8c33b8e00e06e>

Here are John's comments on this draft:

  The integer->* and *->integer names have been changed to
  bits->* and *->bits.  The SRFI 151 tests have been
  reorganized.

  This is not a call for finalization yet; I just wanted to
  get the changes in the *.html files visible to
  implementers.

Regards,

SRFI Editor