Email list hosting service & mailing list manager

Hamming code Lassi Kortela (27 Dec 2019 19:38 UTC)
Re: Hamming code Arne Babenhauserheide (28 Dec 2019 22:21 UTC)
Re: Hamming code John Cowan (29 Dec 2019 14:28 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?