lua-users home
lua-l archive

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


>Supports LUA Object-Oriented-Programming?

Not directly in the language, ie, there are no classes and such.
But Lua is not about features, it's about metamechanisms, ie,
high-level ways of implementing those features yourself.
And, yes, there are metamechanisms for implementing OOP.
See the SPE paper and the draft book.
There is also Lua code written by others in this list. (See Yindo?)
--lhf