lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 1/15/08, steve donovan <steve.j.donovan@gmail.com> wrote:
> Either way, it would be very useful to have a convention, that however
> implemented, you can find the class of an object with the field
> __class and the base class of an object with the field __base. (I
> recall David Manura pointing this out as an issue with general
> exception-handling design in Lua).
>
> That is, have a standard, minimal reflection interface and don't
> mandate a particular implementation strategy.

hear hear!

-- 
Javier