lua-users home
lua-l archive

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


On Wednesday 19 January 2005 18:34, PA wrote:
> I think that "reflection" (e.g. object "introspection") and a generic
> object model are two very distinct beasts.
absolutely!

Since reflection is mostly used in environments which are rather bloated
anyway, IMHO it would be ok to use rather expensive and semi-external
means like debug extensions -- no need to clutter a generic object model
just to enable reflection.


cheers