This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: SRFI-60


On 02/17/2014 10:53 PM, Jamison Hope wrote:
I saw that SRFI-60 was almost there, so I went ahead and implemented the rest of it.

Thanks!

Since there are argument order differences compared to existing numbers.scm procedures, I figure this one should probably require an explicit require/import, so it can go in the gnu.kawa.slib package next to srfi1.scm.  Even so, I wonder whether it might be a good idea to remove the builtin logbit? (which is just an alias for bitwise-set-bit? anyway).

Yes, I think we should remove the old builtin logbit? I notice Common Lisp's logbitp uses the (logbitp index integer) order. I suspect the (logbit? integer index)
order is just a bug - it doesn't match any other Scheme I've found.

--
	--Per Bothner
per@bothner.com   http://per.bothner.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]