[plt-scheme] boolean operators on integers

From: Matthias Felleisen (matthias at ccs.neu.edu)
Date: Sat Jul 12 12:23:19 EDT 2008

On Jul 12, 2008, at 12:13 PM, Richard Cleis wrote:

> This is boring practical stuff, though; it's not as fun as using  
> exponentiation for implementing logical negation. :)


I don't think the design of such a function is boring:

  ;; bits->list : Bits -> [Listof Boolean]

would clearly do just the right thing. I haven't needed exponentation  
much, however. 


Posted on the users mailing list.