[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Build Lua with only integer numbers
- From: Roberto Ierusalimschy <roberto@...>
- Date: Mon, 5 Apr 2021 14:41:22 -0300
> So, maybe I am wrong on this, and just by editing a few #define in
> luaconf.h it is possible to build a Lua where all numbers are
> integers, and my question is moot.
>
> If not, I guess my question boils down to: do you consider that
> building Lua without floats is now out of scope for the Lua team?
The current status quo is as it was. *Allowing* Lua to be built without
floats is (as it has been for a long time) in our scope, but actually
building Lua without floats is (as it always was) out of our scope.
-- Roberto