[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Need standard kernel supported class in Lua,
- From: Robert Raschke <rrlua@...>
- Date: Mon, 14 Jan 2008 15:56:20 +0000
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