Skip to main content

Programming Languages Ranking | March 2015

When it comes to speak about programming languages ranking, It's not meant to say that this programming language is better than a corresponding programming language, It's just a ranking based on some statistics that has nothing to do with the powerfulness or weakness of a particular programming language.
Programming languages ranking March 2015



In february 2015 i wrote another commentary article on that issue and i mentioned a brief introduction to the R programming language and why it's showing up on the ranking lately. 

The index of the data showing the programming languages ranking is according to TIOBE for software quanlity.

Before heading off to speak about the ranking, I would like to point out that this rank is based on the amount of searches and content availiable on the web for each programming language, You can read the full definition of TIOBE index here.


TIOBE Programming languages ranking main table:

Mar 2015
Mar 2014ChangeLanguageRatingsChange
11
C
16.642%-0.89%
22Java15.580%-0.83%
33Objective-C6.688%-5.45%
44C++6.636%+0.32%
55C#4.923%-0.65%
66PHP3.997%+0.30%
79changeJavaScript3.629%+1.73%
88Python2.614%+0.59%
910changeVisual Basic .NET2.326%+0.46%
10-changeVisual Basic1.949%+1.95%
1112changeF#1.510%+0.29%
1213changePerl1.332%+0.18%
1315changeDelphi/Object Pascal1.154%+0.27%
1411changeTransact-SQL1.149%-0.33%
1521changePascal1.092%+0.41%
1631changeABAP1.080%+0.70%
1719changePL/SQL1.032%+0.32%
1814changeRuby1.030%+0.06%
1920changeMATLAB0.998%+0.31%
2045changeR0.951%+0.72%

I will no more comment about the fixed ranking of the C & Java programming language as they nearly doesn't change over time, sometimes C on top.. other times java on top, but after all .. one is the first and other is the second with a fine ending of the story .

As for javascript, with the continuous growth of web and mobile libraries based on javascript, it's a good enough reason to cause the traffic on searching and writing more documentation refering to the language which causes the continuous raise on the index.

F# is considered to be the hero of this month as being on rank 11 means a lot for the F# programming language and it's community because it never reached there before, but this has reasons for sure and one of those reasons might be the F# web framework "WebSharper" and surely other reasons .

If you read my last article about the issue which i refered to at the beginning of my post you will find out that the R programming language went down from being number 18 to be 20 but on the other hand, it was the 45th one year earlier, if you're following the Coursera community and courses and the other MOOCs communities, you would know the reason behind that which is that they started providing the R programming language and the data science field in an organized powerful way that made a lot of people subscribe to learn that field which caused the increase of documentation and searching for the task on the search engines .

Here i reach to the end of my post .. I hope you found it useful. Thank you.

You may also read: 

Comments

Popular posts from this blog

How To Create C# Chat Application

Hello Geeks .. Today I gonna show you How to make a Chat Application Using Microsoft C#.NET 5.0  . You Can Use Older Versions Since there is nothing special in the application that only belongs to C# 5.0 . This Application Was Created To Allow Two Computers To "Chat" Using IP Addresses Also you Can Open two Clients On The Same Computer and Use Same IP Address But Different Port.. It is simple and Easy to Use And Develop .. I also Uploaded The Full Working Project With It's Source Code On MediaFire.. You Will Find The Link At The End Of the Post :)

C# Full Pharmacy Project With Source code

Hello Geeks .. This post is one of our completely Free Projects  .. It is a Pharmacy Project that can perform a lot of operations you can also find the (.dll) files for the working Barcode Reader Machines in your country and add it to the project .

How To Create A Change Password Form in a C# Application

Hello Geeks .. This little post is a free sample C#  Windows Form that can be used to change password in a SQL Database .