lua-users home
lua-l archive

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


On Sat, Nov 24, 2012 at 11:22 PM, Dirk Laurie <dirk.laurie@gmail.com> wrote:
>>> I have an idea.
>>> Strings can be treated as integer numbers of arbitrary length.
>>> So, a string of length 8 can be used instead of 64-bit integer.
>>> Let all integer and bitwise operations be implemented on strings.
>>> Strings will never overflow because of auto growing up.
>>> It will be cool to have very-long-integer arithmetic in Lua
>>> without external libraries.
>>>
>
>> implementing a BCD-like solution without optimizing per
>> arch is pretty much useless in the face of competition (gmp,
>> openssl bn, cobol itself). serious projects would end up
>> using external libraries anyway
>
> I haven't checked Python's source code but I would be very sup

your message got truncated here

(i apologize for spamming but the recipient list trims the author and
i'm too lazy to manually add them)