lua-users home
lua-l archive

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



> Python appears to have better support for some OO concepts, (eg
> multiple
> inheritance and class data members). 
> [Bret Mogilefsky]  I haven't got much experience with Python, but Lua
> supports both of the above, though multiple inheritance takes a tiny
> bit more coding than the single inheritance demonstrated in the docs.
>