lua-users home
lua-l archive

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


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