lua-users home
lua-l archive

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


Isn't it a bit silly/redundant to prefix all of the functions in the 'bit' table with 'b'? After all, the 'string' module functions in the table don't start with 'str'. (I understand the need to distinguish 'and' and 'or' from the keywords, but they usually have a bitwise qualifier in regular speech as well, unlike "bitwise XOR".)