[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] LuaJIT Roadmap 2011
- From: Alexander Gladysh <agladysh@...>
- Date: Tue, 25 Jan 2011 16:29:44 +0300
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...
> Yes, it's very C-ish, that sudden break into a different level
> (lexical) in the midst of a clean modern language. (Imagine how
> embarrassed Roberto would be having to explain that next time the
> language designers all get together to have a beer)
Maybe metainformation in comments?
Like this:
--[[@fileline source.lua:42]] local function foo()
--[[@fileline source.lua:43]] print("bar")
--[[@fileline source.lua:42]] end
Alexander.
- References:
- [ANN] LuaJIT Roadmap 2011, Mike Pall
- Re: [ANN] LuaJIT Roadmap 2011, dcharno
- Re: [ANN] LuaJIT Roadmap 2011, Petri Häkkinen
- Re: [ANN] LuaJIT Roadmap 2011, Mike Pall
- Re: [ANN] LuaJIT Roadmap 2011, Florian Weimer
- Re: [ANN] LuaJIT Roadmap 2011, Michal Kottman
- Re: [ANN] LuaJIT Roadmap 2011, Florian Weimer
- Re: [ANN] LuaJIT Roadmap 2011, David Given
- Re: [ANN] LuaJIT Roadmap 2011, steve donovan
- Re: [ANN] LuaJIT Roadmap 2011, David Given
- Re: [ANN] LuaJIT Roadmap 2011, steve donovan
- Re: [ANN] LuaJIT Roadmap 2011, Alexander Gladysh
- Re: [ANN] LuaJIT Roadmap 2011, steve donovan