lua-users home
lua-l archive

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


On Tue, Oct 18, 2011 at 10:09 AM, Mike Pall <mikelu-1110@mike.de> wrote:
> - goto: good, on my TODO list

That's cool. LuaJIT is an attractive target for translation these days
and I remember that Fabien needed goto for code generation from
MetaLua.

What would be useful is some kind of #line directive.  Not absolutely
essential, if you keep an explicit line matching table and the script
execution is under your control (as in LuaMacro) but definitely a good
thing if you want to embed bytecode in your application.

> - __gc for tables: bad idea, roadblock for further GC evolution

I can not immediately see the problem with allowing Lua objects
control over their finalization; any issues that spring to mind?

steve d.