Cheap OO system description
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Cheap OO system description
- From: Enrico Colombini <erix@...>
- Date: 2003年9月17日 18:17:38 +0200
For those not interested in my wxLua example (gpeddler 2) but only in a simple
approach to objet-orientedness in Lua, here is a description of my system:
<http://www.erix.it/progutil/gpeddler2/help/oo.html>
It doesn't use metamethods but only 'basic' Lua, so it should be easier to
digest for programmers used to procedural languages. On the other hand, it is
rather inefficient when large numbers of small objects are involved.
Enrico