Ranking Languages
Written by Mike James   
Wednesday, 15 December 2010

Get two programmers in a room and the conversation, or argument soon turns to which language is best. No - that's not true you only need one programmer in a room...

So which language is best, most popular, etc?

 

Banner

 

The interesting thing is that there isn't much in the way of hard facts about who uses what for what. This of course allows the argument to run and run. Now two members of the Dataists website have invented a clever way of using public data to at least give an indication of how languages relate to one another in their real world use.

What they did was collect data on the number of StackOverflow questions that were tagged with the name of a language and on the number of projects using the language in Github.  The number of questions is hopefully a measure of how many people are using the language - but it could also be proportional to how difficult the language is. The number of projects is also a good measure of popularity, but it too has its problems - not all language users view gitHub with the same enthusiasm for example.

One way to check the goodness of the measures is to see how correlated they are.

The result?

The two measures are correlated at the 0.8 level and this means that they are mostly measuring the same thing. What is more interesting is that the regression plot shows that languages do fall into three categories - popular C#, Java, Python, Ruby etc; not so popular - Scheme, Visual Basic, Fortran and the fairly uncommon - Eiffel, Boo, Ada and so on.

chart

Click for larger image - chart from dataists.

In the main the chart fits in with most people's (i.e. my own) prejudices about languages so it at least has face validity. On the other hand what is Visual Basic doing so low and next to assembler? Is this real? And why are Delphi and F# such outliers? I'm sure you can invent your own mystery questions.

For more information on how the survey was carried out, the raw data, comments and more visit:

http://www.dataists.com/2010/12/ranking-the-popularity-of-programming-langauges/

Banner


RAG from Scratch
10/12/2024

The "RAG from Scratch" tutorial by Langchain coupled with the "RAG playground" are two great educational resources that will help you kickstart your journey with RAG.



GitHub Announces Open Source Security Fund
03/12/2024

A new security-focused program, the GitHub Secure Open Source Fund, will invest $1.25M across 125 open source projects. The project is backed by the support of organizations including American Express [ ... ]


More News

Last Updated ( Wednesday, 05 August 2020 )