[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] bit-set? is inconsistently specified
From: |
Thomas Chust |
Subject: |
Re: [Chicken-hackers] bit-set? is inconsistently specified |
Date: |
Tue, 4 Aug 2009 12:05:15 +0200 |
2009/8/4 Thomas Bushnell BSG <address@hidden>:
> [...]
> Is "tradition" not a sufficient reason for our bit-set? to match common
> lisp and every other Scheme? (Or is there some other Scheme which uses
> Chicken's version?)
> [...]
Hello,
some research shows that the SRFI-60 argument order of bit-set? can
also be found in SLIB and Gambit while the CHICKEN argument order can
also be found in R6RS and PLT Scheme (where the procedure is called
bitwise-bit-set?).
Maybe it would be wise to change bit-set? to the SRFI-60 argument
order and add an R6RS compliant bitwise-bit-set? with the existing
argument order in the long term.
cu,
Thomas
--
When C++ is your hammer, every problem looks like your thumb.
- [Chicken-hackers] bit-set? is inconsistently specified, Thomas Bushnell BSG, 2009/08/03
- Re: [Chicken-hackers] bit-set? is inconsistently specified, Thomas Chust, 2009/08/03
- Re: [Chicken-hackers] bit-set? is inconsistently specified, Thomas Bushnell BSG, 2009/08/03
- Re: [Chicken-hackers] bit-set? is inconsistently specified, Thomas Chust, 2009/08/03
- Re: [Chicken-hackers] bit-set? is inconsistently specified, Thomas Bushnell BSG, 2009/08/03
- Re: [Chicken-hackers] bit-set? is inconsistently specified, Thomas Chust, 2009/08/03
- Re: [Chicken-hackers] bit-set? is inconsistently specified, Thomas Bushnell BSG, 2009/08/03
- Re: [Chicken-hackers] bit-set? is inconsistently specified,
Thomas Chust <=
- Re: [Chicken-hackers] bit-set? is inconsistently specified, Kon Lovett, 2009/08/04