SRFI 178: Bitvector library Arthur A. Gleckler (22 Dec 2019 19:57 UTC)
Re: SRFI 178: Bitvector library Arne Babenhauserheide (24 Dec 2019 17:07 UTC)
Hamming code Lassi Kortela (27 Dec 2019 19:38 UTC)
Re: Hamming code Arne Babenhauserheide (29 Dec 2019 02:08 UTC)
Re: Hamming code John Cowan (29 Dec 2019 05:32 UTC)

Hamming code Lassi Kortela 27 Dec 2019 19:38 UTC

> 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?

I.e. an option to drop all the parity bits on read/write?