Re: SRFI-151 (bitfiddling) for guile

2019-04-26 Thread Amirouche Boubekki
Le sam. 6 avr. 2019 à 22:23, Linus Björnstam a écrit : > Hi there! > > I have "ported" all of srfi-151 to guile. There wasn't that much porting > involved, since most of the functionality is provided by guile as srfi-60 > and the basic bitwise arithmetic in guiles standard environment. > > It pas

Re: SRFI-151 (bitfiddling) for guile

2019-04-06 Thread John Cowan
On Sat, Apr 6, 2019 at 4:24 PM Linus Björnstam wrote: > If one wants to include it in guile's main distribution (as > FSF-copyrighted LPGL), you would need to make a clean-room implementation > of the procedures in bitwise-other.scm (bits->vector, vector->bits, > bit-swap, bitwise-fold, bitwise-

SRFI-151 (bitfiddling) for guile

2019-04-06 Thread Linus Björnstam
Hi there! I have "ported" all of srfi-151 to guile. There wasn't that much porting involved, since most of the functionality is provided by guile as srfi-60 and the basic bitwise arithmetic in guiles standard environment. It passes all the tests in the srfi document. If one wants to include it