lua-users home
lua-l archive

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


On Thu, Dec 3, 2009 at 11:50 AM, David Kastrup <dak@gnu.org> wrote:
> function(x) return x*(x-1) end
>
> is terse enough not to pine for shortcuts looking like line noise.

Fair enough, the usual notation does not read badly.  But the shortcut
notation is not harder to read _if_ not abused - that may be the
problem.

Of course, most mathematics looks like line noise at some point...