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.

Rubinius 2.0 Preview Release

100 pointsby ichverstehealmost 14 years ago

5 comments

fijalalmost 14 years ago
According to my very unscientific measurements (I didn't bother looking which files are potentially auto generated), I got:<p><pre><code> 182kloc of C (.c files) 110kloc of c++ (.h + .cpp files) 558kloc of ruby (.rb files) </code></pre> That puts C/C++ at roughly 40% of total. Unless proven otherwise I would say "ruby written in ruby" is a bit untrue.
评论 #2632520 未加载
andrewvcalmost 14 years ago
Awesome, the great thing about rubinius is playing around with the internals, since they're mostly written in ruby. The C++ core is quite tiny actually.
ssmootalmost 14 years ago
Obviously great news. It dampens my enthusiasm a bit to know the same company funds development of JRuby however.<p>EngineYard really should clarify their vision behind maintaining two VMs. Going beyond the obvious "JRuby is for integration with existing J2EE infrastructure" angle would be nice.<p>Under what circumstances would they actually stand behind Rubinius as the better choice? Is the MRI C extension API compatibility an official feature now? Is it that I could switch from REE to Rubinius without having to worry about finding alternatives for all the libs I'm using that carry C-extension baggage?
评论 #2631610 未加载
评论 #2631889 未加载
评论 #2631640 未加载
评论 #2632181 未加载
评论 #2633686 未加载
MartinMondalmost 14 years ago
Is running Rails on Rubinius 2.0 still slower than on MRI 1.9.2? I hope not, but I need MRI 1.9.2 as a baseline (and yes, MRI is itself horribly slow)
评论 #2632488 未加载
senthilnayagamalmost 14 years ago
muti-core support is interesting, installing now on my mbp