Re: [VOTE]About the implementation of lambda expression

2017-02-07 Thread Daniel Sun
vy can most probably not use LambdaMetaFactory and could probably use the already existing ifrastructure the invokedynamic port provides. * static Groovy can use LambdaMetaFactory but needs to be improved on the compiler level bye Jochen -- View this message in context: http://groo

Re: [VOTE]About the implementation of lambda expression

2017-02-07 Thread Remi Forax
A Java lambdas are identity less so there is more than just how this/super behave, as an example, an array of lambdas can be differently than an array of reference. And also please do not forget that the code of the meta factory can change for any updates of the JDK. > >Cheers, >Daniel.Sun

[VOTE]About the implementation of lambda expression

2017-02-07 Thread Daniel Sun
oovy.329449.n5.nabble.com/VOTE-About-the-implementation-of-lambda-expression-tp5738486.html Sent from the Groovy Dev mailing list archive at Nabble.com.