Twitter survives election after Ruby-to-JVM move
theregister.co.uk
Twitter survives election after Ruby-to-JVM move
1–10 of 179 posts
Re: Twitter survives election after Ruby-to-JVM move
#2Re: Twitter survives election after Ruby-to-JVM move
#3Re: Twitter survives election after Ruby-to-JVM move
#4I'm a relative newbie to the Ruby world, but as best I can tell, the Ruby and Rails communities both accepted long ago that they weren't made for Twitter levels of traffic.
Fact is, almost no one has Twitter levels of traffic besides Twitter. That's why Ruby and Rails are still so popular, because for ~99% of performance needs, they're more than capable and also extremely pleasant to work with.
Re: Twitter survives election after Ruby-to-JVM move
#5(They do use a bit of regular Java, but the majority of the core code is Scala, and it's Scala that should be getting the top line credit here, not Java.)
Re: Twitter survives election after Ruby-to-JVM move
#6The wise programmer says: "Use the right tool for the job."
Please HN, we're wiser than trending stories would suggest.
Re: Twitter survives election after Ruby-to-JVM move
#7History will remember the entire Ruby industry as a series of compounding failures.
The de facto formalisation and specifications.
The black-box behaviour of core development.
The broken-linked, un-versioned docs.
The rampant cargo-cult mentality.
The arcane exceptions.
The meta-frameworks.
Gem hell.
1.9/2.0
Rails.
Re: Twitter survives election after Ruby-to-JVM move
#8It's also interesting to see different companies approach this problem differently - Facebook famously recreated a way to run their PHP source code (by compiling it to C and then running it natively) instead of actually rewriting the source to a different language. I wonder if something similar would have been possible for Twitter, or if they weren't happy with how their existing code was structured in the first place which may have made the rewrite more attractive.
Re: Twitter survives election after Ruby-to-JVM move
#9This articles seems more like link-bait to me.