分享

TIOBE Programming Community Index for May 2010

 dfd6kl 2010-06-04

Despite the fact that Objective-C only gained 0.08% last month, it has entered the top 10 for the first time. This is quite an achievement, especially if one bears in mind that only 13 different programming languages had a top 10 score since the start of the TIOBE index in June 2001. The main (and probably only) reason for Objective-C's popularity is that it is the only language in which you can write applications for the iPhone or iPad. From a programming language point of view, Objective-C (born in 1986) offers no new interesting features.

The TIOBE Programming Community index gives an indication of the popularity of programming languages. The index is updated once a month. The ratings are based on the number of skilled engineers world-wide, courses and third party vendors. The popular search engines Google, MSN, Yahoo!, Wikipedia and YouTube are used to calculate the ratings. Observe that the TIOBE index is not about the best programming language or the language in which most lines of code have been written.

The index can be used to check whether your programming skills are still up to date or to make a strategic decision about what programming language should be adopted when starting to build a new software system. The definition of the TIOBE index can be found here.

Position
May 2010
Position
May 2009
Delta in PositionProgramming LanguageRatings
May 2010
Delta
May 2009
Status
12C18.186%+2.06%  A
21Java17.957%-1.58%  A
33C++10.378%-0.69%  A
44PHP9.073%-0.85%  A
55(Visual) Basic5.656%-2.97%  A
67C#4.779%+0.51%  A
76Python4.097%-1.45%  A
89Perl3.286%-0.24%  A
911Delphi2.566%+0.24%  A
1039Objective-C2.363%+2.23%  A
1110Ruby2.094%-0.60%  A
128JavaScript2.084%-1.46%  A
1312PL/SQL0.859%-0.24%  A
1413SAS0.732%-0.07%  A
1514Pascal0.728%-0.05%  A--
1622Lisp/Scheme/Clojure0.651%+0.19%  B
1716ABAP0.650%-0.02%  B
18-Go0.640%+0.64%  A-
1918MATLAB0.612%+0.09%  B
2020Lua0.493%+0.01%  B

Long term trends

The long term trends for the top 10 programming languages can be found in the line diagram below.


Other programming languages

The complete top 50 of programming languages is listed below. This overview is published unofficially, because it could be the case that we missed a language. If you have the impression there is a programming language lacking, please notify us at tpci@.

PositionProgramming LanguageRatings
21Transact-SQL0.489%
22ActionScript0.485%
23Ada0.432%
24COBOL0.431%
25RPG (OS/400)0.415%
26Bourne shell0.415%
27Fortran0.415%
28D0.397%
29JavaFX Script0.395%
30Logo0.386%
31Haskell0.384%
32S-lang0.374%
33Tcl/Tk0.349%
34NXT-G0.347%
35FoxPro/xBase0.339%
36Scratch0.339%
37Alice0.331%
38Forth0.307%
39PowerShell0.303%
40LabVIEW0.294%
41Groovy0.280%
42Prolog0.269%
43Caml/F#0.253%
44CL (OS/400)0.246%
45Scala0.240%
46Erlang0.233%
47Smalltalk0.230%
48ML0.229%
49C shell0.224%
50J0.223%


The Next 50 Programming Languages

The following list of languages denotes #51 to #100. Since the differences are relatively small, the programming languages are only listed (in alphabetical order).

  • ABC, Algol, APL, Applescript, Awk, Beta, cg, Clean, cT, Dylan, Eiffel, Euphoria, Factor, Falcon, Focus, Heron, Icon, IDL, Inform, Informix-4GL, Io, LabWindows/CVI, Lingo, LotusScript, LPC, MAD, Maple, Mathematica, MAX/MSP, Modula-2, Modula-3, MS-DOS batch, MUMPS, Natural, Occam, Oz, PL/I, Postscript, Progress, Q, R, Revolution, REXX, Sed, Seed7, SIGNAL, SPSS, VBScript, VHDL, XSLT


Very Long Term History

To see the bigger picture, please find the positions of the top 10 programming languages from 4, 10 and 25 years ago in the table below.

Programming LanguagePosition
May 2010
Position
May 2006
Position
May 2000
Position
May 1985
C1211
Java215-
C++33210
PHP4431-
(Visual) Basic5534
C#6721-
Python7820-
Perl866-
Delphi91011-
Objective-C1045--

Programming Language Hall of Fame

The hall of fame listing all "Programming Language of the Year" award winners is shown below.

YearWinner
2009Go
2008C
2007Python
2006Ruby
2005Java
2004PHP
2003C++

Categories of Programming Languages

In the tables below some long term trends are listed about categories of languages. Object-oriented statically typed languages are most popular for more than 4 years now.

CategoryRatings May 2010Delta May 2009
Object-Oriented Languages54.6%-1.1%
Procedural Languages40.7%+0.3%
Functional Languages3.2%+0.4%
Logical Languages1.6%+0.4%


CategoryRatings May 2010Delta May 2009
Statically Typed Languages62.7%+4.5%
Dynamically Typed Languages37.3%-4.5%



This Month's Changes in the Index

This month the following changes have been made to the definition of the index:

  • So far JavaFX Script was treated as a 100% logical language. Based on a discussion with Rowan Davies it is now 50% functional and 50% logical.

  • Robert Geva suggested OpenCL as new programming language to track. The OpenCL programming language was born at the end of 2008 and supports writing kernels that execute on OpenCL devices. OpenCL debuts at position 107 in the TIOBE index.

  • There are still lots of mails that need to be processed (especially after having been slashdotted once more recently). As soon as there is more time available your mail will be answered. Please be patient.


Bugs & Change Requests

This is the top 3 of most requested changes and bugs. If you have any suggestions how to improve the index don't hesitate to send an e-mail to tpci@.

  1. Add queries for other natural languages (apart from English). The idea is to start with the Chinese search engine Baidu.

  2. Apart from "<language> programming", also other queries such as "programming with <language>" should be tried out.

  3. There is a bug in the calculation of the max of all entries in a language group.




  • A: A language is considered a programming language if it is Turing complete. As a consequence, HTML and XML are not considered programming languages. This also holds for data query language SQL. SQL is not a programming language because it is, for instance, impossible to write an infinite loop in it. On the other hand, SQL extensions PL/SQL and Transact-SQL are programming languages. ASP and ASP.NET are also not programming languages because they make use of other languages such as JavaScript and VBScript or .NET compatible languages. The same is true for frameworks such as Ruby on Rails, ColdFusion, Cocoa, and technologies such as AJAX. Finally, we have also excluded assembly languages, although Turing complete, because they have a very different nature.

  • Q: How are dialects of languages grouped?

    A: Some languages are grouped together because they are very similar to each other. An example is the language entry Basic which covers Visual Basic, QBasic, Microsoft Basic, etc. VB.NET has been added as well to the Visual Basic entry because it is often referred to as Visual Basic. The ratings for a collection of languages is calculated by taking the maximum of all individual entries (not its sum!).

  • Q: Why is the maximum taken to calculate the ranking for a grouping, why not the sum?

    A: Well, you can do it either way and both are wrong. If you take the sum, then you get the intersection twice (pages that mention for instance both Visual Basic 6.0 and VB.NET). If you take the max, then you miss the difference. Which one to choose? Suppose somebody comes up with a new search term that is 10% of the original. If you take the max, nothing changes. If you take the sum then the ratings will rise 10%. So taking the sum will be an incentive for some to come up with all kinds of obscure terms for a language. That's why we decided to take the max.

    The proper way to solve this is is of course to take the sum and subtract the intersection. This will give rise to an explosion of extra queries that must be performed. Suppose a language has a grouping of 15 terms (such as the xBase/FoxPro grouping), then you have to perform 32,768 queries (all combinations of intersections). So this seems not possible either... If somebody has a solution for this, please let us know.

  • Q: Am I allowed to show the TIOBE index in my weblog/presentation/publication?

    A: This is OK provided that you refer to its original source: www..

  • Q: I would like to have the complete data set of the TIOBE index. Is this possible?

    A: We spent a lot of effort to obtain all the data and keep the TIOBE index up to date. In order to compensate a bit for this, we ask a fee of 1,500 US$ for the complete data set. This might seem a lot of money but it is considered strategic data. The data set runs from June 2001 till today. It started with 25 languages back in 2001, and now measures more than 150 languages at least 10 times per month. The data are availabe in comma separated format. Part of the deal is that new data will be send to you for 1 extra year. Please contact sales@ for more information.

  • Q: What happened to Java in April 2004? Did you change your methodology?

    A: No, we did not change our methodology at that time. Google changed its methodology. They performed a general sweep action to get rid of all kinds of web sites that had been pushed up. As a consequence, there was a huge drop for languages such as Java and C++. In order to minimize such fluctuations in the future, we added two more search engines (MSN and Yahoo) a few months after this incident.

  • Q: Why is YouTube used as a search engine for the TIOBE index?

    A: First of all, YouTube counts only for 7% of all ratings, so it has hardly any influence on the index. YouTube has been added as an experiment. It qualified for the TIOBE index because of its high ranking on Alexa. YouTube is a young platform (so an indicator for popularity) and there are quite some lectures, presentations, programming tips and language introductions available on YouTube.

    本站是提供个人知识管理的网络存储空间,所有内容均由用户发布,不代表本站观点。请注意甄别内容中的联系方式、诱导购买等信息,谨防诈骗。如发现有害或侵权内容,请点击一键举报。
    转藏 分享 献花(0

    0条评论

    发表

    请遵守用户 评论公约

    类似文章 更多