Hi Jesper,

    > 1) Don't distinguish between lambdas and closures. 

   It's better to implement closure from scratch through native lambda,
which is slim and has better performance. But closure is so versatile that
we can reference its owner and delegate to implement complex DSL(e.g.
gradle's DSL, which contains a lot of nested closures),  so this task is not
trivial. 

    If you would like to contribute this area, that would be great!

Cheers,
Daniel.Sun



--
Sent from: http://groovy.329449.n5.nabble.com/Groovy-Dev-f372993.html

Reply via email to