2009年3月开发语言排行榜

本文提供了2009年3月TIOBE编程社区指数排名,展示了编程语言的流行趋势。报告中指出Java、C和C++位居前三,而PHP排名上升至第四,JavaScript达到历史最高点。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

前三名顺序没有变化但百分比都有所增长,值得一提的是PHP由第5上升到第4,而且增长势头很猛,可以看出PHP的确深入人心,相信PHP未来的趋势依然飙升

TIOBE Programming Community Index for March 2009

March Headline: All time high for JavaScript, all time low for Perl

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!, 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
Mar 2009
Position
Mar 2008
Delta in PositionProgramming LanguageRatings
Mar 2009
Delta
Mar 2008
Status
11Java19.797%-1.69%  A
22C15.862%+1.00%  A
35 C++10.357%+1.08%  A
44PHP9.485%-0.41%  A
53 (Visual) Basic8.285%-3.32%  A
67 Python5.185%+0.42%  A
78 C#4.321%-0.19%  A
810 JavaScript3.607%+1.27%  A
96 Perl3.419%-2.79%  A
109 Delphi2.710%-0.09%  A
1111Ruby2.601%+0.74%  A
1212D1.809%+0.62%  A
1313PL/SQL1.042%+0.06%  A
1422 Logo0.964%+0.65%  A-
1514 SAS0.796%-0.15%  A
1617 Pascal0.733%+0.29%  A--
1729 ABAP0.638%+0.49%  B
1826 RPG (OS/400)0.585%+0.41%  B
1921 ActionScript0.481%+0.17%  B
2018 Lua0.480%+0.09%  B

 

<script type="text/javascript"></script>

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@tiobe.com.

PositionProgramming LanguageRatings
21COBOL0.464%
22MATLAB0.458%
23Lisp/Scheme0.452%
24Falcon0.434%
25FoxPro/xBase0.417%
26Ada0.336%
27Fortran0.323%
28LabVIEW0.233%
29PowerShell0.227%
30Prolog0.213%
31Erlang0.194%
32Objective-C0.177%
33Scratch0.174%
34Haskell0.167%
35Scala0.165%
36Transact-SQL0.165%
37ML0.159%
38Alice0.150%
39Awk0.148%
40NXT-G0.148%
41Focus0.143%
42Groovy0.134%
43Euphoria0.129%
44Smalltalk0.128%
45Progress0.123%
46Bourne shell0.121%
47CL (OS/400)0.108%
48Tcl/Tk0.108%
49Forth0.106%
50Q0.104%

 


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, AD, Algol, Alpha, APL, Applescript, bc, Beta, Boo, C shell, Caml/F#, cg, Clean, Clojure, cT, Curl, Dylan, Eiffel, Factor, Icon, IDL, Inform, Io, J, Lingo, MAD, Magic, Maple, Mathematica, MAX/MSP, MOO, MUMPS, Natural, Occam, Oz, PILOT, PL/I, Postscript, PowerBuilder, R, REALbasic, Revolution, REXX, SIGNAL, SPSS, SuperCollider, VBScript, Verilog, VHDL, XSLT

 


March Newsflash - Brought to you by Paul Jansen

  • This month the following changes have been made to the index:
    • The query for RPG (OS/400) has been extended with -role to avoid hits for "Role Playing Game" (thanks to Lars Sonchocky-Helldorf).
    • The query for CH has been extended with +ChScite because Google returns too many false positives for +"CH programming".
  • To see the bigger picture, please find the 5 years delta in the table below.

    Position
    Mar 2009
    Position
    Mar 2004
    Delta in PositionProgramming LanguageRatings
    Mar 2009
    Delta
    Mar 2004
    11Java19.797%-3.38%
    22C15.862%-3.07%
    33C++10.357%-4.14%
    46 PHP9.485%+1.85%
    55 (Visual) Basic8.285%-0.07%
    69 Python5.185%+4.17%
    77C#4.321%+2.08%
    88JavaScript3.607%+1.54%
    94 Perl3.419%-6.97%
    1010Delphi2.710%+1.92%
    1124 Ruby2.601%+2.44%
  • The winners of the "Language of the Year" award are shown below.

    YearWinner
    2008 C
    2007 Python
    2006 Ruby
    2005 Java
    2004 PHP
    2003 C++
  • In the tables below some long term trends are listed about categories of languages. The object-oriented paradigm is still very high with 55.9%. The popularity of dynamically typed languages seems to stabilize (see trend diagram below).

    CategoryRatings March 2009Delta March 2008
    Object-Oriented Languages 55.9% +1.2%
    Procedural Languages 39.7% -2.9%
    Functional Languages 3.3% +1.5%
    Logical Languages 1.1% +0.1%


    CategoryRatings March 2009Delta March 2008
    Statically Typed Languages 59.2% +2.2%
    Dynamically Typed Languages 40.8% -2.2%

     

 


Frequently Asked Questions

  • Q: What definition of programming languages has been used?

    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: 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.tiobe.com.

  • 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@tiobe.com 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.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值