SRFI 142: Bitwise Operations

2016-09-20 Thread Arthur A. Gleckler
Scheme Request for Implementation 142, "Bitwise Operations," by John Cowan, is now available for discussion. Its draft and an archive of the ongoing discussion are available at . You can join the discussion of the draft by filling out the subscription form on t

SRFI 143: Fixnums

2016-09-20 Thread Arthur A. Gleckler
Scheme Request for Implementation 143, "Fixnums," by John Cowan, is now available for discussion. Its draft and an archive of the ongoing discussion are available at . You can join the discussion of the draft by filling out the subscription form on that page.

SRFI 144: Flonums

2016-09-20 Thread Arthur A. Gleckler
Scheme Request for Implementation 144, "Flonums," by John Cowan, is now available for discussion. Its draft and an archive of the ongoing discussion are available at . You can join the discussion of the draft by filling out the subscription form on that page.

Re: SRFI 142: Bitwise Operations

2016-09-20 Thread Shiro Kawai
Small error: In the "Comparison of Proposals", "Replace single bit" row lists bitwise-copy-bit in srfi-60 column and - in r6rs column. It should be copy-bit and bitwise-copy-bit respectively. On Tue, Sep 20, 2016 at 5:52 PM, Arthur A. Gleckler wrote: > Scheme Request for Implementation 142, >