lua-users home
lua-l archive

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



In fact, I'd very _much_ like a userdata-kind of integer type, which can have metamethods. The thing that all numbers are float/double will cause problems on ARM chips, due to no FPU. :) But that's another story..

27.2.2005 kello 07:03, Adrian Sietsma kirjoitti:

 sorry, but nonononononono
one of the things i like about lua is it's first-class objects.
a number is a number. if i want an object, it can be a table.
(how would the lua chip/pda/arm people like every number to have a metatable ?)