Re: Syntactic sugar for function parameters
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Syntactic sugar for function parameters
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 7 Feb 2007 23:31:04 -0200
> 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