[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: bitwise ops -- make them enums! (Re: what's wrong?)
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Mon, 5 Sep 2005 22:20:46 -0300
> That said, is there anything that would actually stop anyone
> replacing the numeric type with arbitrary precision numbers, assuming
> they're masochistic enough to bolt it in?
Nothing will stop the determined hacker... Lua 5.1 even gives a hand:
see the luai_num* macros in luaconf.h. It should be really easy to
change Lua 5.1 to use arbitrary precision numbers as implemented by MAPM,
for instance. (Come to think of it, it may not handle GC though...)
--lhf
- References:
- Re: what's wrong?, Luiz Henrique de Figueiredo
- Re: what's wrong?, Philippe Lhoste
- Re: what's wrong?, Mike Pall
- bitwise ops -- make them enums! (Re: what's wrong?), Asko Kauppi
- Re: bitwise ops -- make them enums! (Re: what's wrong?), Mike Pall
- Re: bitwise ops -- make them enums! (Re: what's wrong?), Asko Kauppi
- Re: bitwise ops -- make them enums! (Re: what's wrong?), Lisa Parratt
- Re: bitwise ops -- make them enums! (Re: what's wrong?), Philippe Lhoste
- Re: bitwise ops -- make them enums! (Re: what's wrong?), Rici Lake
- Re: bitwise ops -- make them enums! (Re: what's wrong?), Lisa Parratt