Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
_m4
on Dec 20, 2011
|
parent
|
context
|
favorite
| on:
Massive Ruby speed boost with JRuby and Java 7.
I understand that most of the performance boost comes from the the invokedynamic optimization, not from anything special inside JRuby.
So, does this mean we can expect the same goodness for other dynamic JVM languages? Clojure maybe?
riffraff
on Dec 20, 2011
[–]
there is the need for the implementation to actually make use of invokedynamic, otherwise there would be no gains. As for clojure:
http://news.ycombinator.com/item?id=2928285
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
So, does this mean we can expect the same goodness for other dynamic JVM languages? Clojure maybe?