The recently released JDK 7 includes the long waited InvokeDynamic feature. But are those dynamic languages out there using it? (I mean Groovy, Scala, JRuby, Jython, Clojure, etc)

And more important: at the end of the day we wanna know if there is a performance speedup (yeah it should)

link|improve this question
1  
I'd like to see this question opened again. It is very specific and the already present answer shows that it fits SO. – mit Feb 3 at 12:01
feedback

closed as off topic by KevinDTimm, ataylor, bmargulies, ig0774, CanSpice Oct 4 '11 at 21:28

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

1 Answer

The short answer is invokeDynamic has limited value for Clojure, but can be a strong benefit for other JVM languages. There is a long and very interesting thread about it here.

link|improve this answer
1  
Groovy isn't using invokeDynamic yet, either its 1.8.2 or 1.9-beta-3 version. They don't seem to have even started changing their codebase to enable it. – Vorg van Geir Oct 4 '11 at 23:03
I know about the benefits. I was just looking for some New compiler for any jvm language that use that feature to see that running in real world – jorgeu Oct 5 '11 at 1:43
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.