lua-users home
lua-l archive

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


> Would the addition of a bit library be exactly that, a bit library, or
> would it add symbols (&, |, ~, etc.)?

New symbols only make sense if these operations were primitive. In our
view, the semantics of bit operations over Lua numbers is to convoluted
to be casted into the core.

-- Roberto