lua-users home
lua-l archive

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



Tuomo Valkonen wrote:
It seems to be  possible to do this without copying each method if you
exploit debug.getlocal():

This is a clever trick, but I don't think this is a practical approach either.
I consider accessing local variables outside of there scope to be sacrilege.

- Peter Shook