lua-users home
lua-l archive

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


2014-04-22 8:20 GMT+02:00 Andrew Starks <andrew.starks@trms.com>:

> Typically when "blessed" comes up, it is in terms of "standard socket
> library" and "class implementation."

Class implementation in Lua is a perfect example of a subject over which
religious wars are fought. Is the class table the metatable or the __index
metamethod of the object? Sheep to my right, goats to my left, please.

Lua makes it so easy to change things for oneself that a diverse,
pigheaded bunch like us won't easily agree to someone else's
idiosyncratic way of programming.