[racket] bitwise operations on byte strings

From: Tony Garnock-Jones (tonyg at ccs.neu.edu)
Date: Fri Aug 3 12:04:36 EDT 2012

On 08/03/2012 08:10 AM, Paulo J. Matos wrote:
> thanks, from the docs though there doesn't seem to be any support
> in-place for binary operations over bitstrings, right?

Oh! You mean like bitwise-and, bitwise-xor and so on, but for 
byte-vectors, right? Sorry - I thought you meant *extracting* things at 
bit resolution from byte-vectors.

You're right, there are no bitwise logical operations included in bitsyntax.

(That would be a useful library, though.)

Regards,
   Tony

Posted on the users mailing list.