[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Extending Lua for multiple light userdata types
- From: liam mail <liam.list@...>
- Date: Tue, 13 Nov 2012 21:14:15 +0000
On 13 November 2012 21:07, Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:
>> 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.
>
That would be nice yet unfortunately it only solves a problem instead
of the cause as I see it, the problem being no 64 bit int.
--Liam