lua-users home
lua-l archive

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


> but OOP has it's place.  in fact, both encapsulation and polymorphism
> are easy, natural and often helpful in Lua.  inheritance, on the other
> hand....

Indeed.  I never do anything with inheritance in Lua, but having
objects is certainly useful to maintain state across a set of
functions.

wes