JVM (and Ruby) Language Popularity - Google, Tiobe, SO, GitHub
Curator's Note: For even more data on this JVM race, you can see the poll that was conducted in the Javalobby community, and the coder general blog, which had a lot of participation from the HN crowd.
I was lately interested in how popular the major JVM languages are in comparison, so I did some quick tests.
I compared Java, Scala, Groovy, Clojure and JRuby. I included both JRuby and Ruby in my queries, because JRuby isn’t really a distinct language.
The TestsQuite obvious, eh? I searched for “x language” where x is one of the languages and wrote down the number of results. I’m fully aware that this isn’t a very good test.
| Ruby | 97,400,000 |
| Java | 46,200,000 |
| Scala | 29,200,000 |
| Groovy | 17,700,000 |
| Clojure | 3,460,000 |
| JRuby | 1,770,000 |
I thought Java would come out on top, surprised me.
Tiobe
The good old programming language popularity index.
| Java | #1 |
| Ruby | #13 |
| Groovy | #31 |
| Clojure | >#50 |
| Scala | >#50 |
| JRuby | Not listed |
I thought Scala would do way better than Groovy.
GitHub
The most popular project hosting service.
| Ruby | #2 |
| Java | #5 |
| Scala | #18 |
| Clojure | #21 |
| Groovy | #22 |
| JRuby | Not listed |
Scala, Clojure and Groovy are pretty close here.
StackOverflow
Probably the most important Q/A site for programmers.
| Java | 218,432 |
| Ruby | 41,435 |
| Scala | 8,104 |
| Groovy | 3,772 |
| Clojure | 2,762 |
| JRuby | 1,051 |
Java and Ruby are quite popular, the others less so.
ConclusionUnsurprisingly, Java is by far the most popular language. So if alternative JVM languages are the future, the future doesn’t seem to be quite here yet.
The second place goes to Ruby. Ruby, not JRuby – it’s hard to figure out what percentage of the Ruby community is using JRuby.
Scala, Groovy and Clojure are similar in popularity. Sometimes Scala is on top, sometimes Groovy. Nonetheless, I’m actually most impressed by Clojure. It did pretty well, considering that it’s radically different to Java/Groovy/Scala and only 5 years old. (Groovy and Scala are both 9 years old, Java and Ruby both 18.)
Bottom line: When considering which JVM language (other than Java) to use, popularity can’t really be a factor. That’s good.
(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)






Comments
Lance Semmens replied on Wed, 2012/03/14 - 3:36am
The word ruby has more hits than the word java in a google search and you are surprised?
http://en.wikipedia.org/wiki/Ruby
Charles Oliver ... replied on Wed, 2012/03/14 - 6:55pm
He stated clearly that he searched for "ruby language", not just "ruby".
"I searched for “x language” where x is one of the languages"
Otengi Miloskov replied on Fri, 2012/03/23 - 3:42am
Actually im typing right now in google "ruby language" and "java language"
Java language gives me 435, 000,000
Ruby language gives me 95, 900,000
Here Java is number 1 also in Google, Im not sure why the author got only the 46,200,000 and me Im getting for java 435, 000, 000
Of course Java is the number 1 popular language in all the world and all the IT history and whatever. And I make an a living with Java since 1998. Java is everything and everywhere, what else we can say about it.
By the way Python language gives me 80,100,000 it is very close to Ruby. Maybe Ruby because Rails is little more popular that lets say Django but Python and Ruby are almost in the same row.
Also you missed PHP with 268,000,000 thats a second place and in third place should be C++ with 106,000,000.
When I searched about javascript on Google well it gaves me 655,000,000 thats the number one programming language or the next big thing? with Node.js and jQuery and all the goodies.