lua-users home
lua-l archive

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


I'll say this: I don't like intensive use of metamethods. It's /perhaps/ ok for really basic __index and __newindex stuff... But anything else confuses me when reading code. I dont't know why, but suspecting there might be some crazy side-effects makes me anxious.