lua-users home
lua-l archive

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


On Tue, Jan 25, 2011 at 16:24, steve donovan <steve.j.donovan@gmail.com> wrote:
> On Tue, Jan 25, 2011 at 1:11 PM, Alexander Gladysh <agladysh@gmail.com> wrote:
>> BTW, @line construct seems to be way out of Lua style. I'm lost at how
>> should it look to fit to the Lua philosophy better...

> How about clever custom error hooks?  If the line number map was Lua
> data and loaded, then it surely it could be done?

Well, that is what mentioned in my original post. I plan to write them.

As well as goto problem — it is also resolved on the framework level
with tail calls.

Alexander.