lua-users home
lua-l archive

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


On Mon, Oct 12, 2009 at 6:08 PM, Francesco Abbate
<francesco.bbt@gmail.com> wrote:
> |x| sin(x)/x
> or
> |x, y| sin(x) * cos(y)

You're not the first to want this ;)

http://lua-users.org/wiki/ShortAnonymousFunctions

No direct clues there to patch the parser, however.