|
> 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