Re: setfenv/getfenv
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: setfenv/getfenv
- From: Mark Hamburg <mark@...>
- Date: 2010年1月12日 23:07:07 -0800
I think I've only touched on this in passing and perhaps not clearly enough: My problem with debug.setfenv and debug.getfenv is not that they've been consigned to the debug library which we all know we're not supposed to use (mostly), it's that they are more powerful than the old routines since they can muck with native structures like userdata and C functions.
Mark