Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Bitwise operations

From: greggirwin:mindspring at: 14-Aug-2003 15:08

Hi Paul, PT> I think REBOL needs more native functions for handling bitwise operations. PT> Such as bitwise shift operators (>>= <<=) . SHIFT and ROTATE functions could be very handy, and could be applied to series! values as well as bitsets. When I started with REBOL, I cooked up simple mezzanines for that purpose (series only; no bitset support). -- Gregg