Ruby is the most popular language at Github by far. Compare that with the questions at Stack Overflow or the TIOBE index.

What is the reason for this difference in relative popularity in different places?

link|improve this question

9  
IT IS A MYSTERY – Azeem.Butt Oct 19 '09 at 1:37
why the down vote? – timepilot Oct 19 '09 at 1:43
1  
Because I'm not cool enough to delete anything yet. – Azeem.Butt Oct 19 '09 at 1:46
1  
Don't sweat the downvotes. They are usually more than outweighed by upvotes (as is the case here). – Brian Campbell Oct 19 '09 at 2:42
14  
It's because Github isn't as far up Microsoft's ass as stackoverflow! :p kidding, kidding. – micmoo Oct 20 '09 at 3:35
show 1 more comment
feedback

6 Answers

up vote 33 down vote accepted

It's just that it's got a lot of mindshare in the Ruby community for a variety of reasons

  • The Ruby on Rails source code is hosted on Github.
  • Github itself is built with RoR (in part)
  • A few of the Github team are active in the Ruby community and associated open source projects.
link|improve this answer
feedback
  • Ruby specific features such as GEM building and distribution. When developers install a GEM they become aware of Github.

  • This years Rails Rumble was integrated with github.

  • Rails, Merb, and Adhearsion and other trend setting projects moved to Github a while ago.

link|improve this answer
feedback
  • Github was made with RoR
  • Then RoR migrated from Trac SVN to Github
  • Then every other project that revolves around RoR (especially Rails plugins) follows.
  • Then every other project that uses Ruby (eventhough it's not really specifically related to Rails) comes along

But it is interesting how Ruby hasn't yet use Git for their source control.

link|improve this answer
feedback

The Ruby community was the first to really start adopting git full force (outside of the Linux core team). GitHub was originally aimed at that community. It's only been the past 6 months or so that they've started to see such a large adoption by programmers in other languages.

Also, where a large portion of Rubyists prefer Git, a lot of Python developers would rather use Mercurial (a similar, yet different SCM). The release of the Mercurial-Git bridge has helped bring those users over as well; at least, the ones who want to use GitHub.

link|improve this answer
feedback

Could C# be less into open source software than ruby?

One thing I noticed with the github graph is that javascript and scripting languages combined make up 75% of the total.

link|improve this answer
feedback

Ruby is mostly adopted by people who like shiny new things, and GitHub is still a shiny new thing. You'll find that those of us working on the web (and especially with scripting languages) are always dissatisfied with the current state of things, and are looking for things like github to provide pretty graphs and whatnot, while oldschool C hackers are perfectly content with cvs and sourceforge. It's a difference in cultures.

As far as Ruby, specifically, there is obviously the RoR influence, and the gem mirror was useful before gemcutter came around. You don't tend to see many Pythonistas on there, however, because they value extreme simplicity (a lot of Pythonistas tend to be linux+vim users, as opposed to mac+textmate for ruby), and they just drop things off at google code. The Ruby community values prettiness (that's what makes Ruby Ruby, after all), and so they use big-button webapps like github.

link|improve this answer
2  
Dude, that's a bit harsh. Some of us value flexibility, and can be interested in both Ruby and Python. – Roboprog Nov 3 '09 at 20:23
10  
Save typcasting for the code... – Zach Nov 6 '09 at 3:02
Oh hey, negative points are awesome! It wasn't my intent to rag on members of either community, as I enjoy both languages myself. It's from my observations of both that I came to these conclusions; sure, they're stereotypes, but stereotypes are useful, y'know? – Xiong Chiamiov Nov 14 '09 at 11:29
I agree that this answer is a bit harsh, but there's definitely at least some truth to it. In my experience the Ruby community tends to breed early adopters that aren't satisfied with the status quo and are always looking for a way to further improve things. But while this can have its downsides (proliferation of test frameworks for example), I would argue that it's overall a beneficial trait. – Mirko Froehlich Dec 12 '09 at 17:37
As far as I know about half of the Ruby community uses Textmate. Most of the remaining Rubists use VIM, and then emacs. Although there might be some "truth" in your answer, but it is full of stereotypes. Smells like cyber-nationalism. – fifigyuri Jan 18 '10 at 7:30
show 2 more comments
feedback

Your Answer

 
or
required, but never shown

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