lua-users home
lua-l archive

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


On Tue, May 31, 2016 at 3:12 PM, Viacheslav Usov <via.usov@gmail.com> wrote:
> Fundamentally, however, the flaw in the language is not its lack of a
> higher-level exception-handling abstraction, but its inability to finalize
> expensive resources deterministically.

I've also come to see it as a flaw, but I understand that it's a hard
problem to solve in the context of GC.