[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Object oriented Lua scope? (again)
- From: Enrico Colombini <erix@...>
- Date: Mon, 16 Jun 2003 15:22:26 +0200
On Monday 16 June 2003 14:39, Andre de Leiradella wrote:
> I'm a big Lua fan and also a big OOP fan. While Lua provides the methods
> necessary to implement classes and objects through metatables
I think OO programming in Lua (with inheritance and polymorphism) could be
done even without resorting to metatables; I am not claiming this to be a
better way, just that it could be done.
I am working on it for a small demo I am writing, and I plan to document it
later. It relies on the "self." idiom you don't like, though.
Enrico