lua-users home
lua-l archive

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


On Wed, Jun 26, 2019 at 11:48 AM Jim <sysinit@yandex.com> wrote:
> actually i would be much more happy with such a feature

agreed.
optional refcounting would not hurt, right ?

Might, actually. It adds overhead to every assignment. With <toclose> or whatever we end up calling it you gain the ability to implement it yourself in the contexts where it matters without slowing down the Lua core.

/s/ Adam