lua-users home
lua-l archive

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


> When will we be able to sanely do bit operations on 64bit types
> without resorting using strings *?

So, all you want is a bit64 library? This is easily done as long as it
handles userdata not numbers. If there is any demand for that, I can
provide an implementation.