lua-users home
lua-l archive

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


By the way, there's a "light and safe" support of infix notations in Haskell, which I like and is supported by metalua: backtick infix functions. "2 `plus` 3" is syntax sugar for "plus(2, 3)".