TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

JRuby 1.7.0. Released

124 pointsby sheffover 12 years ago

9 comments

ZitchDogover 12 years ago
&#62; InvokeDynamic support<p>This is the big one, in my opinion. See here[1] for some benchmarks of JRuby + invokedynamic. We're talking orders of magnitude for some benchmarks.<p>[1] <a href="http://blog.headius.com/2011/08/invokedynamic-in-jruby-constant-lookup.html" rel="nofollow">http://blog.headius.com/2011/08/invokedynamic-in-jruby-const...</a>
评论 #4685925 未加载
评论 #4685030 未加载
评论 #4686673 未加载
joevandykover 12 years ago
Biggest things stopping me from using jruby:<p>1. Incomplete integration with postgresql. The ActiveRecord jdbc adapater doesn't have all the features that the standard pg adapter does.<p>2. Slow startup / test runs. At one point, loading large amounts of files (like during rails bootup) was much slower on jruby than MRI.
评论 #4685852 未加载
评论 #4686661 未加载
评论 #4685497 未加载
评论 #4685280 未加载
mberningover 12 years ago
JRuby is really great. I use it every day for both work and personal projects.<p>Big thanks to all the contributors!
sheffover 12 years ago
Looking forward to installing it and trying it out with Torquebox ( <a href="http://torquebox.org/" rel="nofollow">http://torquebox.org/</a> ) for a new project.
lloekiover 12 years ago
Not only does it default to 1.9 after one year, it catches up all the way to 1.9.3-p286, released only ten days ago.
VeejayRampayover 12 years ago
Congratulations to all devs, committers, documentation maintainers, supporters, donators, secret lovers and overall alternative ruby enthusiasts.
josephlordover 12 years ago
Is JRuby worth using if JVM language integration isn't needed? E.g. A fairly standard Rails app.
评论 #4685708 未加载
评论 #4685211 未加载
评论 #4685182 未加载
评论 #4685764 未加载
评论 #4685387 未加载
mark_l_watsonover 12 years ago
cool. "rvm install jruby-1.7.0" works :-)
评论 #4685519 未加载
评论 #4685859 未加载
mseepgoodover 12 years ago
Best Ruby implementation so far.