Github user danielsun1106 commented on the pull request:
https://github.com/apache/groovy/commit/c24c0b7e6a67dcdf277207d4261cfa6f2b55031f#commitcomment-27229339
OK... I have not caught your words just now... I just wanted to say, the
target of native lambda is to provide two things to groovy developers:
* lambda grammar(already implemented);
* the backend is implemented by invokedynamic(instead of turning to the
implementation of closure)
I agree with you that the implementation of the backend is not restricted
to lambda grammar :)
---