lua-users home
lua-l archive

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


Designing a good API is hard regardless of whether you use OO or not.
It is the design that is hard, not the coding.

Lua's lack of a standard class mechanism doesn't make that design any
harder or easier, unless you skip the design stage and jump straight
to coding.  For the latter, I would recommend Perl or Java, they're
perfect for that kind of approach and come with enormous amounts of
example code you can take as your guide. ;-)

Robby