vote up -3 vote down star
3

NOTE: This is NOT flame bait. I'm generally curious, so please, don't start any wars!

Whenever I read a Ruby blog it goes something like:

I used to be a devout PHP or Perl developer until one day I decided to start using Ruby. Now I love it.

Considering that without Rails, Ruby would be just another obscure dynamic language, it makes me wonder why it seems to be the defacto standard for people starting out with dynamic languages.

Python seems more mature, faster, none of the memory leaking issues with its virtual machine, wider application coverage and a very clean syntax subset.

Ruby, on the other hand, is the opposite of all of these, and is technically more complex due to the meta-programming magic (that the Rails guys seem to love) that can change the langauge so significantly that it might as well be a different language in some cases.

Why then, do people seem to gravitate towards Ruby when Python is right there?

Some guesses:

  • They're web developers who've done nothing but PHP and Rails is the new hotness
  • Only Ruby programmers feel the need to blog about their shift from PHP/Perl to Ruby
  • They like the meta-programming aspects
  • There's a hardcore community around it that they want to be a part of
flag

4  
python can do the same metaprogramming magic, ruby 1.9 is just as fast as python, and ruby is equally mature. – jshen May 19 at 4:31
2  
Python has no equivalent to the date object magic that Ruby does, Python can only dynamically define types and add/remove attributes to them, the very base of dynamic programming. Also, Ruby has no spec yet, a clear sign of significant immaturity. – Soviut May 19 at 4:51
4  
Gosh, it's subjective, argumentative AND not a real question. This is a place for asking questions, not bashing "rival" languages because you feel like your Python isn't big enough. You don't get Ruby — that's fine. Enjoy Python and do awesome things with it. A lot of us do really like Ruby. – Chuck May 19 at 7:55
5  
1. PHP and Perl are both "dynamic languages" in the sense that Ruby and Python are, so those people are not "dynamic language newbies." 2. Likely-to-be-controversial assertions such as, "without Rails, ruby would be just another obscure dynamic language" should not be made here unless you include strong factual support. 3. Phrasing questions in terms of "why is this popular," rather than "what is interesting about this" smacks of flamebaiting. Etc. etc. This question could have been asked in a much nicer way, rather than one looking to bring on more heat than light. – Curt Sampson May 19 at 8:47
5  
How are your determining that ruby to be 'the defacto standard for' newbies? I'm guessing if your reading 'ruby blogs' then I bet your finding a lot of rubyists. Try reading python blogs, I'm sure you'll find similar entries for python. – monkut May 19 at 8:47
show 3 more comments

closed as subjective and argumentative by hasen j, Chuck, Mike Woodhouse, Neil Butterworth, dmckee May 19 at 12:23

15 Answers

vote up 15 vote down check

As somebody who's recently become a Ruby fan instead of a Python fan (I tried both out), I can tell you first-hand: Ruby is more fun. The functional style and using "blocks" are actually very appealing to some people. Also, that "meta programming magic" stuff is really fun for some of us. I think Ruby also appeals to the (mostly displaced) old Perl crowd. It's very similar in its artistic, free and almost surreal approach.

I am not some web developer who's only used php - honestly I've hardly ever used php, and my first language was C (good 'ol K&R). I think it's just a personal choice. I think Ruby is very "right brained" in its appeal. I'd like to learn Python, too, because it's so widely used and a good, solid language... but Ruby is still just plain FUN to use.

Honestly, why does anybody pick any language? Why use C# over C++ or Java? They're all OO and have extensive libraries/resources, right? Why use Python over Perl (Python was just some obscure, rarely used language when I first started using Perl, after all). I could go on and on...

link|flag
1  
I agree with you, but that's not why 90% of Rubyists joined the Ruby community. (I'm specifically thinking of the Rails community.) – musicfreak May 19 at 4:04
1  
I have to say, the Ruby/Rails community is also awesome. Once you learn where to look, there's endless resources and interesting people. – jess May 19 at 4:08
@jess: Well, that's your opinion. I'll keep my thoughts about the Rails community to myself. :) – musicfreak May 19 at 4:29
@Jess, its funny because I actually based my question on your blog post, haha. It was the tipping point anyways. – Soviut May 19 at 4:46
1  
Also, I don't really see rails as the only application for Ruby. It's very popular, yes, but I've seen a lot of people use Ruby for developing DSLs, doing AI, and other projects of that nature. Its functional nature and block structure really lend it to those sorts of tasks. Also, look at some of the things _Why has written, like Shoes, which is very young, but looks to have a lot of potential. – jess May 19 at 6:43
show 2 more comments
vote up 10 vote down

Python developers don't want to admit starting with PHP? ;-)

link|flag
vote up 10 vote down

Internet chatter:

There seemed to be an explosion of Ruby newbies when Rails became popular. We saw the same thing when Twitter and 37 Signals came out.

A couple years ago, when it was announced that Python was being used at Google and Youtube, the same thing happened. And the same thing happened when Django came out.

link|flag
vote up 7 vote down

I am not convinced "dynamic language newbies" (whatever that means) are defaulting to Ruby over Python. If they are, there are several good reasons, not least of which is that Ruby is more dynamic than Python.

If someone is truly a newbie to dynamic languages, though, I think it is more likely that they will find Python before they find Ruby (because Python is more established), and that Python will be more easily grokkable than Ruby (because Python is a smaller step from typical nondynamic languages like C or Java). Ruby is probably more appealing to Perlers and Lispers, but if you already know Perl or Lisp, I wouldn't consider you new to dynamic languages.

(If Perl is not a dynamic language, someone should clear up what exactly is meant by "dynamic language". For that matter, Wikipedia considers PHP dynamic also.)

link|flag
Yes, its true my example of dynamic languages weren't exactly air tight. I was using those more as languages people often stem from before getting in to python or ruby. – Soviut May 22 at 1:40
vote up 6 vote down

For me personally it was the community. I learned Ruby back around 2001 for some simple scripting tasks, and met up with the local users group. I found them very interesting to talk with, as most had wide experience with many languages and were pragmatic sorts. Ex smalltalk hackers were definitely the core of the early Ruby community.

Rails has brought a lot of attention to Ruby, and to some extent diluted some of the values that the community was formed around originally such as MINSWAN.

But Rails has also brought many smart people into the Ruby community to contribute. I'd argue that the Ruby community is doing some of the most interesting stuff in the OSS world, such as Github.

The thing I most often miss when dealing with other languages is how Ruby developers highly value elegance and simplicity. You see this not just in the code but in the websites, blogs, etc. They certainly aren't the only ones, but on the average, I find getting rolling with a new ruby library a smooth process. Websites tend to be well targeted with succinct documentation and useful examples. Where's the equivalents to Peepcode? Railscasts?

Ruby as a community knows how to market very well. Many say this with a derogatory slant, jumping on the backlash bandwagon against the hype and certain rockstar egos. That has its place, but they're also missing the huge advantages of a community that knows how to communicate in ways that are clear as well as entertaining. Developers find Ruby to be a sanctuary against some of the more soul sucking aspects of being in the software business.

Ruby is fun, and surprisingly, people discover fun matters.

link|flag
I definitely agree about the elegance and simplicity. – mooware May 24 at 13:29
vote up 5 vote down

Two words: good marketing.

link|flag
15  
...Its the Apple of developer languages. Come to think of it, every single Ruby programmer I've ever met is a macbook-carrying hipster type. – Soviut May 19 at 4:00
1  
My experience here matches Soviut's - people who follow trends tend to make a habit of it. – TML May 19 at 4:02
3  
Or it could be that the "slick, sexy and artistic" qualities that make Mac lovers Mac lovers also apply to slick, sexy and artistic languages like Ruby. :) It's a personal taste thing. – jess May 19 at 4:07
3  
I would hardly call Ruby slick, sexy or artistic. Syntactically, it feels a lot like python without whitespace sensitivity. Getting beyond that, Ruby's libraries seem lacking, and those that are any good make up for it using over zealous use of meta-programming magic. – Soviut May 19 at 4:45
1  
I think Ruby is pretty slick and sexy. I first learned it because of its extremely close ties to Smalltalk and slightly less close ties to Lisp. It can do a lot of cool stuff. A lot of that stuff obviously doesn't appeal to you, and that's all right — some people like Ruby, others like Fortran or whatever. But yes, Ruby appeals to me intellectually and esthetically, and I have more fun in it. (And yes, I use a Mac too. I've used Macs since 1984. I'm not sure if that's trendy.) – Chuck May 19 at 8:12
show 5 more comments
vote up 4 vote down

Speaking as a python fan, I think if I were a perl developer and switched to ruby, I'd love it too :-)

link|flag
1  
I realized that just about anything is a step up from Perl or PHP, but I find Python's syntax cleaner and Ruby's meta-programming starts feeling like an homage to Perl syntax complexity. – Soviut May 19 at 4:40
@Soviut: Putting Perl and PHP in the same bucket is just...wrong. On quite a few levels. :-P (Okay, I'm biased, I love coding in Perl, Ruby, and Python, but I loathe coding in PHP.) – Chris Jester-Young May 21 at 12:27
vote up 4 vote down

I was inspired to learn Ruby after reading Why's Poignant Guide.

I mean, come on.. CARTOON FOXES.

link|flag
3  
Chunky bacon!!! (really though, Why sort of embodies that whole "Ruby is the language for creative/artistic/right-brained types" thing) – jess May 19 at 4:11
Something to note is that I'm an artist but find Ruby as a language to be less intuitive than Python. That said, I get the impression the Ruby community is more where the artistic merit comes from. – Soviut May 19 at 4:42
vote up 4 vote down

I don't see how this not flame bait, you obviously dislike Ruby and want to complain about it. Isn't this a place to ask some real questions?

link|flag
vote up 3 vote down

I absolutely disagree with your claim that Ruby is the default. If you look at language statistics like the TIOBE index or Ohloh the results are quite contrary. Overall Python has much more momentum.

link|flag
vote up 2 vote down

My impression is that the Python culture is less oriented to emphatic public communication, so you tend to hear more about Ruby than you do about Python in many contexts. Whether this applies to "dynamic language newbies" directly (since they're presumably not yet very aligned to either culture) is less clear.

link|flag
vote up 2 vote down

I think it's the "many frameworks" problem: the tyranny of choice. Although I like having options in terms of web frameworks, it may be difficult for newbies to decide on a framework in Python. On the other hand, anyone who goes to Ruby pretty much knows that Rails is the web framework.

link|flag
I agree. Only recently has Django seemed to lead the charge in being the "Rails on Python". – Soviut May 19 at 4:41
1  
Quite unfortunately, at that. It's a shame, since there's much better web frameworks available for python. – Aaron Gallagher May 19 at 8:45
vote up 2 vote down

Python is pragmatic.

Ruby is pure.

link|flag
I'm hoping there's sarcasm in there. hehe. – Soviut May 19 at 5:40
2  
I'm not sure about "pure". "expressive" might be more accurate. – Burke May 19 at 5:42
I thought python was the pure one; judging from the Zen of Python (import this!). Then again, I don't know Ruby. – hasen j May 19 at 6:43
1  
@hasen: ???? "...Although practicality beats purity...". Maybe that "pure" isn't the right word for "there should be only one obvious way to do it". Besides, the "we're all grown adults" philosophy is the opposite of pure. It's a (good!) mix between purity and pragmatism. – Virgil Dupras May 19 at 7:08
1  
Don't know if this is intended to be sarcasm, but both languages explicitly state the exact opposite values: python with the one way to do things, ruby with the principle of least surprise. – Jason Watkins May 28 at 4:46
vote up 2 vote down

For me it's just a matter of taste. I know this will downvoted as help but this "magic" incarnation init or the like look plain ugly to me. Of course I use indentation for my code but I dislike beeing forced using it. What bothers me terribly is that I have to write def whatever(self)

Hell what else should it be at the first positon in an object oriented languages? This assignments self. whatever is another distate for me. But if I'd just the choice between Perl and Python I surely knew what I'd choose. But now I have Ruby and that's what I simply like. I'm even considereing wether I'd like Smalltalk more than Ruby and believe it or not I found something even more appealing as Ruby to me. That's io http://www.iolanguage.com/

I've looked into it and just find it fantastic. But I'm still using Ruby because of Rails and JRuby and whatever. What I especially like about Io even more than in Ruby is the nice interfacing to C. In my stupid opinion. the order is probably Ruby,Python, Io, Tcl/Tk in this regard I'M undecided in both... But definitly the C code is extremly clean in Io.

Yes I know it's a matter of taste and anybody can disagree with me about it, but that's what's so nice of having a choice. You can pick what you prefer....

link|flag
vote up 0 vote down

I suspect Ruby has higher visibility than Python due primarily to Rails. So does google trends.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.