Ruby and the Opposite of Momentum
kirindave.tumblr.com
Ruby and the Opposite of Momentum
1–10 of 69 posts
Re: Ruby and the Opposite of Momentum
#2Re: Ruby and the Opposite of Momentum
#3(I'm not a Windows user, but if Windows is treated like a third world country by Ruby users, it's going to bite us all in the ass.)
Re: Ruby and the Opposite of Momentum
#4The best hope I see for Ruby's future is embodied in re-implementations like MacRuby, JRuby, and Rubinius. MacRuby could totally become the popular way to write new Cocoa applications.
If MRI can be effectively displaced, Ruby can really break out of the "Perl that people write better code in" ghetto.
Re: Ruby and the Opposite of Momentum
#5So, does this mean you're going to use other languages more often? If so, which?
I've always felt that python offered the same benefits as ruby accept with a simpler syntax, better cross platform support, better performance, and a more organized community.
Re: Ruby and the Opposite of Momentum
#6The Ruby Language itself has plenty of warts, but the implementation problems are far worse. The MRI is awful, and 1.9 isn't much of an improvement at all. The best hope I see for Ruby's future is embodied in re-implementations like MacRuby, JRuby, and Rubinius. MacRuby could totally become the popular way to write new Cocoa applications. If MRI can be effectively displaced, Ruby can really break out of the "Perl tha…
But seriously, anyone know if Parrot is a realistic vehicle for this?
It's just puzzling to me that with all the demand for a better interpreter, there really aren't any available options that are going to satisfy the community at large, and there's no visible light at the end of the tunnel. Is this because Ruby is a particularly difficult language to implement? Is it because there is no formal spec? Lack of leadership (compare with Guido and Larry)? All of the above?
Re: Ruby and the Opposite of Momentum
#7So, does this mean you're going to use other languages more often? If so, which?
For me, python, but that's not exactly a change ;). I've always felt that python offered the same benefits as ruby accept with a simpler syntax, better cross platform support, better performance, and a more organized community.
Re: Ruby and the Opposite of Momentum
#8It's my humble belief that Javascript will be the most popular language within 10 years.
Re: Ruby and the Opposite of Momentum
#9Not to rub salt into this whole pile of hurt in the Ruby world lately, but I'm shortly going to be promoting (on Ruby Inside) some rather damning news from the Windows camp in relation to how many significant Ruby libraries are either ignoring Windows or not being transparent enough to make it easy to patch the issues. (I'm not a Windows user, but if Windows is treated like a third world country by Ruby users, it's g…