[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Perferred OO System? Alternatives to even OO?
- From: "Gavin Kistner" <gavin.kistner@...>
- Date: Thu, 12 Oct 2006 10:10:24 -0600
From: Zed A. Shaw
> 1) What's people's favored OO system for Lua and the
> advantages/disadvantages?
I wrote my own OO system that mimics (but doesn't match) the basics of
Ruby's inheritance hierarchy.
http://phrogz.net/AnarkSamples/AKClassHierarchy.lua
Compare the relative simplicity of:
http://phrogz.net/AnarkSamples/AKClassHierarchy.png
against
http://phrogz.net/RubyLibs/RubyMethodLookupFlow.png