[Shootout-list] Weekly Update

Brent Fulgham bfulg@pacbell.net
Mon, 27 Sep 2004 10:21:47 -0700 (PDT)


--- Isaac Gouy <igouy2@yahoo.com> wrote:

> > you can build all other types of languge
> > constructs on top of it.
> As you can in many other languages. Lua isn't an OO
> language, but we can roll-our-own OO structures 
> using Lua tables.
> Having to roll-your-own OO framework is a pretty 
> good clue that the language isn't OO ;-)

True.

But it's still useful to implement the test as an
example of what an OO framework (even built from
unrelated primitives) would "cost".

-Brent