Programming languages, ranked by popularity

[This article was first published on Revolutions, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

In a presentation to the Chicago R User Group last night, Drew Conway used his new Infochimps package in R to assess the relative popularity of programming languages. Drew used the word.stats function in the Infochimps package to count the frequency of common computer languages mentioned in Twitter messages, and displayed the results in this bar chart:

Computer language frequency

It's not perfect: languages like C and C++ are excluded because they're impossible to search for, “ada” is excluded because it's ambiguous (and otherwise that niche language would be ranked most popular), and R is measured by the frequency of its community twitter hashtag #rstats and not the letter R. But it's interesting nonetheless. There's lots more info about Infochimps in general, and how this chart in particular was created, in the slides downloadable from Drew's blog.

Another way to look at programming language popularity is the frequency of mentions on two popular programmer's resource sites. In a post at the Dataists blog, Drew Conway (again) and John Myles White used R and the XML package to extract the number of questions on stackoverflow.com and number of projects on github.com for about 50 programming languages, and plotted the results in this scatterplot:

Stackoverflow language ranks
As you can see, R tanks higher than the median for github projects and quite a lot higher for stackoverflow questions.

So R is doing quite well amongst programming languages in general. As a specialized statistics language, a more relevant comparison may come from looking at tags at the statistical question-and-answer site stats.stackexchange.com, where R currently has 260 questions compared to 6 for SAS and 22 for SPSS.

To leave a comment for the author, please follow the link and comment on their blog: Revolutions.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)