Skip to main content

Programming Languages Rank For October 2013 ... C lang still on top

Hello geeks .. I brought to you the list of programming languages ranking according to TIOBE .

Programming Languages Ranking C Lang On Top

As seen in the table above provided by TIOBE , C programming language still the top of the rank by 17.246% Users even after it lost nearly 2.58% of the developers since the last year.
Followed by Java that lost 1.09% of developers since 2012 yet it still dominate in rank 2.
Objective-C for (Iphone , Ipad , Ipod .. Etc ) developments comes after Java with nearly half usage percent to compete with C++ .

As for C# and PHP , PHP placed C# in Rank Num. 5

But the big surprise is Groovy which came up from Rank Num 53 in 2012 to 18 in 2013 !!

The table below shows Simple comparison of the top eleven Programming languages for 2013 since 1988 until now . 

Programming LanguagePosition
Oct 2013
Position
Oct 2008
Position
Oct 1998
Position
Oct 1988
C1211
Java214-
Objective-C348--
C++4322
PHP55--
C#68--
(Visual) Basic7437
Python8630-
Transact-SQL933--
JavaScript101128-
Lisp161663


OOP , Procedural , Functional & Logical Usage :
 

CategoryRatings Oct 2013Delta Oct 2012
Object-Oriented Languages56.1%-1.5%
Procedural Languages36.7%-1.2%
Functional Languages3.6%+0.4%
Logical Languages3.6%+2.3%
Object Oriented Languages been the most used languages for the last 5 years ! 

So what is your favorite Programming Language 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 .