Re: SRFI 178: Bitvector library
Arne Babenhauserheide 24 Dec 2019 15:50 UTC
> This SRFI describes a set of operations on homogeneous bitvectors.
>> Operations analogous to those provided on the other homogeneous vector
>> types described in SRFI 160 are provided, along with operations analogous
>> to the bitwise operations of SRFI 151. In addition, a compact string
>> representation compatible with Common Lisp is specified, which may be
>> supported by the read and write procedures and by the program parser so
>> that programs can contain references to literal bitvectors.
I implemented a Hamming-code with Scheme last year, and I’m missing the
hardest part from this SRFI: How to read a file into a bitvector which
does not have bits that are a multiple of 8? How to write such a
bitvector to a file?
Is that out of scope or already provided by another SRFI?
Best wishes,
Arne
--
Unpolitisch sein
heißt politisch sein
ohne es zu merken