[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: 5.3.0-work3 and lossless integer conversion
- From: Josh Haberman <jhaberman@...>
- Date: Tue, 24 Jun 2014 16:15:52 -0700
On Tue, Jun 24, 2014 at 1:12 PM, Josh Haberman <jhaberman@gmail.com> wrote:
> The fact that C will implicitly convert double -> string is an
> interesting perspective.
Whoops, I meant double -> int. Of course C will never implicitly
convert number <-> string (I'd tend to think Lua shouldn't either,
except for string.concat() or "..").