lua-users home
lua-l archive

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


>> require "bit"

>> What are the pros and cons of doing this?

> What if a person explicitly wanted LuaBitOps, which also has a module
> name 'bit'?

Exactly.

It looks like we would be using Mike's library for a while, so we do
not have to overhaul whole existing codebase due to the changed
semantics.

Alexander.