lua-users home
lua-l archive

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


On Wed, Mar 31, 2010 at 6:46 PM, Javier Guerra Giraldez
<javier@guerrag.com> wrote:
> if all you want is encapsulation, polymorphism
> and nice syntax, then you don't need any of "several competing
> options".

OK, but you have to get into metaprogramming fairly quickly - and from
that sentence, I don't know which Lua OOP model you're thinking about
;)  It's probably the standard 'metatable.__index == metatable' but
maybe not....