lua-users home
lua-l archive

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


On Tue, Nov 24, 2015 at 3:10 AM, Patrick Donnelly <batrick@batbytes.com> wrote:
 
> For Lua, we can simply annotate the local variable to indicate its value should be cleaned up when the local scope ends.

This is exactly what I proposed originally. But after a week of thinking my conclusion is that this is too weird, because it breaks a major assumption, See the details in my earlier message and the subsequent exchange with Roberto.

Cheers,
V.