In Groovy 2.1, full support was added for invokedynamic
(see here and here).
In order to use this feature, it looks like JDK7 is required and the "indy" Groovy jar.
I'm using Grails 2.4.3, with JDK7 and Groovy 2.3, so it seems like this should be possible, and it also seems like it would help Grails performance somewhat.
My question is this: Can Grails make use of this, and if so how?
Here's a similar question from a while back that covers similar ground.