lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> Operators would make things more convenient, but I'd be OK
> with having a bitwise operations library...

I think the real point of Roberto's original question was how bitwise
operations would work, be they operators or library functions. More
precisely, should bitwise operations work only over integers (what you
"2.5 | 1" mean?) or should they work over strings (which would then be
seen as bit arrays)?
--lhf