[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] LuaMacro 2 - a lexical macro preprocessor for Lua
- From: Krunal Rao <krunal.rao78@...>
- Date: Mon, 2 May 2011 13:38:45 +0100
On 1 May 2011 23:19, Francesco Abbate <francesco.bbt@gmail.com> wrote:
> I particular I will need to figure out if it can allow multiple
> indexing like in m[i,j], this would be for me the killer feature for
> matrix-oriented applications ;)
Just curious, is there a specific reason why this would be much better than the
m[i][j]
syntax which is achievable at the moment?