Wither method references?

向雅 fyaoxy at gmail.com
Tue Jun 21 21:48:15 PDT 2011


My syntax,
BigLongGenerifiedSamDeclaration #foo(a, b, c){
....
}
just a method, the #differ it from normal case.
compiler can do less work:)

> thatObject.apply(
>  (a, b, c) ->
>  ...
> );
NO, try to decalare, apply(a, lamda)?
It just one parameter for apply.
if apply have multiple parameters, there must have some fusing thing.


致敬
向雅


More information about the lambda-dev mailing list