On 07.02.2017 14:44, Daniel Sun wrote:
Hi Cédric,
It seems that too many choices are a annoying problem, but I
believe we can conquer it sooner or later ;)
BTW, is it possible to keep groovy' lambda expression as it
is(i.e. groovy closure with lambda syntax) but generate *real* lambda
bytecode for
it(https://github.com/apache/groovy/blob/parrot/src/main/org/codehaus/groovy/ast/expr/LambdaExpression.java)?
sure, you should make a visitLambdaExpression similar to
visitClosureExpression and change our visitors
bye Jochen