Skip to main content

Programming Languages Ranking | Feb 2015 | JavaScript Greatest Performance

This is my second post along the blog speaking about programming languages ranking according to TIOBE for software quanlity.
Programming languages rank


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.





Feb 2015Feb 2014ChangeLanguageRatingsChange
11C16.488%-1.85%
22Java15.345%-1.97%
34changeC++6.612%-0.28%
43changeObjective-C6.024%-5.32%
55C#5.738%-0.71%
69changeJavaScript3.514%+1.58%
76changePHP3.170%-1.05%
88Python2.882%+0.72%
910changeVisual Basic .NET2.026%+0.23%
10-changeVisual Basic1.718%+1.72%
1120changeDelphi/Object Pascal1.574%+1.05%
1213changePerl1.390%+0.50%
1315changePL/SQL1.263%+0.66%
1416changeF#1.179%+0.59%
1511changeTransact-SQL1.124%-0.54%
1630changeABAP1.048%+0.69%
1714changeMATLAB1.033%+0.39%
1844changeR0.963%+0.71%
1917changePascal0.960%+0.41%
2012changeRuby0.873%-0.05%

As seen in the table above, you will note that no changes happened for C & Java ranks but it's showing change to the negative on the indexing.
The real surprise here is that JavaScript stepping over PHP what makes JavaScript at it's highest position ever. but going back to the point that "it's a surprise to see JS here"... In reality, it's not, JavaScript is a fundamental programming language that makes whole lot of things, If you're either developing web using PHP or .NET, JS is necessary.. Also it's been a while now since 2012 Microsoft opened the path for JS developers to write their own metro style and windows phone applications using HTML,CSS & JavaScript, and more and more reasons to cause the raise of JS as we see.

C#, which i consider a powerful general purpose programming language is still in it's same position, with a little bit of decrease on the index.

I will execuse you to jump to R programming language to speak about it..
R, for people who don't know about it, it's a statistical programming language, I consider it as the heart of data science, The reason why we see R showing up is simple, if you're working in software field, you might have heard a lot of the term "Data Engineering" or "Data Scientist" recently.. With the mass increase in the amounts of data being collected, the need for a person who makes researches and extract information from that data became remarkable, and that's where R programming language is powerful.

Until here we reach to the end of my post but if you want to know more about this indexing go TIOBE INDEX .

So... what programming languages you're interested in anyways?


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 .