lua-users home
lua-l archive

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


On Tue, Mar 1, 2011 at 5:22 PM, Greg Falcon <veloso@verylowsodium.com> wrote:
> "If you try to call the nested function through its address after the
> containing function has exited, all hell will break loose."

IOW: these aren't closures, they're just statically accessing the
parent function's stack.

-- 
Javier