lua-users home
lua-l archive

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


On Wednesday, July 24, 2013 09:57:55 AM Andrew Starks wrote:
> This all points to a larger conversation about Lua's type system, as
> opposed to what one can slightly change/add in order to find out if a
> number is a float.
> 

Does Lua's type system even differentiate between float and integer, or is 
this just an implementation detail? If the later, then exposing the difference 
should not be done outside of the debug library.

-- 
tom <telliamed@whoopdedo.org>