[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Integer division
- From: Roberto Ierusalimschy <roberto@...>
- Date: Thu, 22 Nov 2012 13:04:23 -0200
> Functions to conveniently access the whole thing from the C side could
> be added without breaking things, e.g.
> [...]
I do not see how this proposal is simpler than the current
one. Certainly it is more compatible, but this is a common trade-off: to
add new functions/operations/types to avoid incompatibilities. (Adding
stuff hardly causes incompatibilites.) In Lua, we usually accept small
incompatibilites to keep the language small.
Moreover, it does not address the other part of the current proposal:
to make Lua better for small platforms with no hardware support for
doubles.
-- Roberto
- References:
- Re: Integer division, Jay Carlson
- Re: Integer division, Roberto Ierusalimschy
- Re: Integer division, Jay Carlson
- Re: Integer division, Roberto Ierusalimschy
- Re: Integer division, Jay Carlson
- Re: Integer division, Wolfgang Pupp
- Re: Integer division, Roberto Ierusalimschy
- Re: Integer division, Wolfgang Pupp
- Re: Integer division, Roberto Ierusalimschy
- Re: Integer division, Wolfgang Pupp