lua-users home
lua-l archive

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


> If copying is an option, I really want to see lua copy
> something from Haskell, like currying and drop the ()
> for function calls.

dropping () for function calls cannot work:

myprint = print

In any case, is the compiler supposed to know all function names??
--lhf