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