lua-users home
lua-l archive

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


hi all! :)


i cant see the real life need for this feature, so is there anything
that really cant be solved without it? :/
it totally feels like an xy problem (
https://en.wikipedia.org/wiki/XY_problem ), but if its not, then just
an easier way for something (possibly rare) that adds complexity to
the language that people will like to use and will make everything
else in general more complex, thats not really a good stuff i think...

+1 for collectgarbage against size, assert for failsafe code - for
solving whatever by the way of lua; and the __gc(o, scope) proposal,
it would be cool to force erasing specific stuffs!! :)

btw if freeing resources is the bottleneck of an application, that is
serious enough to handle those resources from c, being hidden behind a
simple interface...


bests for all! :)