lua-users home
lua-l archive

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


On Tue, Nov 24, 2015 at 4:50 AM, Viacheslav Usov <via.usov@gmail.com> wrote:
> 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.

Apologies! I've only been selectively reading parts of this thread. At
least we know it's a good idea now ;)

-- 
Patrick Donnelly