lua-users home
lua-l archive

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


On Wed, Jun 4, 2014 at 2:37 PM, Andrew Starks <andrew.starks@trms.com> wrote:
> I'm sure that there are excellent reasons for enforcing that the two objects
> have the same function and are the same type, but this experience felt like
> debugging threads in C.


i guess part of the reasons are like this: if two "objects" have
different __eq function, which do you use to compare them?  it's
easiest to assume they're already different enough.

-- 
Javier