lua-users home
lua-l archive

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


> Well... what about the 'bit' library?

I do not remember seeing the bit library in the 5.1 reference manual.

I am not arguing whether "pure Lua" is better/recomended/correct
or what you want. I am just saying that "pure Lua" means a piece
of Lua code that does not depend on external modules written in other
languages. (Otherwise you have a Lua application; the "pure" would mean
nothing.)

-- Roberto