TIOBE Index for September 2024
September Headline: Programming language C at lowest position ever
One of the mothers of all programming languages, C, has dropped one position in the TIOBE index this month. C is currently at position #4, which is its lowest position ever since the start of the TIOBE index in 2001. Is C losing its mojo? C is a relatively small programming language, which generates very performant code. As a consequence, it has been the favorite of embedded systems for a very long time. The only serious drawback of C so far was that it is not designed to scale. Large C programs are hard to maintain because of the lack of object oriented features. Now that embedded systems tend to grow in functionality and thus in code size, and since more and more embedded compilers have good C++ support, there is tendency to switch from C to C++. Recently another threat for C raised its head. The US government wants to put a ban on memory unsafe languages such as C in favor of memory safe languages such as Rust. This is the other tendency I observe. Companies are checking out Rust as an alternative for C. C might lose its mojo, but it will stay in the TIOBE index top 10 for a very long time. Its installed base is incredible and it is part of a zillion of safety-critical systems around the world.
The TIOBE Programming Community index is an indicator 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. Popular web sites Google, Amazon, Wikipedia, Bing and more than 20 others are used to calculate the ratings. It is important to note 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.
Sep 2024 | Sep 2023 | Change | Programming Language | Ratings | Change | |
---|---|---|---|---|---|---|
1 | 1 | Python | 20.17% | +6.01% | ||
2 | 3 | C++ | 10.75% | +0.09% | ||
3 | 4 | Java | 9.45% | -0.04% | ||
4 | 2 | C | 8.89% | -2.38% | ||
5 | 5 | C# | 6.08% | -1.22% | ||
6 | 6 | JavaScript | 3.92% | +0.62% | ||
7 | 7 | Visual Basic | 2.70% | +0.48% | ||
8 | 12 | Go | 2.35% | +1.16% | ||
9 | 10 | SQL | 1.94% | +0.50% | ||
10 | 11 | Fortran | 1.78% | +0.49% | ||
11 | 15 | Delphi/Object Pascal | 1.77% | +0.75% | ||
12 | 13 | MATLAB | 1.47% | +0.28% | ||
13 | 8 | PHP | 1.46% | -0.09% | ||
14 | 17 | Rust | 1.32% | +0.35% | ||
15 | 18 | R | 1.20% | +0.23% | ||
16 | 19 | Ruby | 1.13% | +0.18% | ||
17 | 14 | Scratch | 1.11% | +0.03% | ||
18 | 20 | Kotlin | 1.10% | +0.20% | ||
19 | 21 | COBOL | 1.09% | +0.22% | ||
20 | 16 | Swift | 1.08% | +0.09% |
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. Please also check the overview of all programming languages that we monitor.
Position | Programming Language | Ratings |
---|---|---|
21 | Assembly language | 0.99% |
22 | Classic Visual Basic | 0.92% |
23 | SAS | 0.79% |
24 | Prolog | 0.76% |
25 | Lisp | 0.72% |
26 | Ada | 0.71% |
27 | Perl | 0.71% |
28 | Haskell | 0.64% |
29 | (Visual) FoxPro | 0.63% |
30 | Dart | 0.61% |
31 | Julia | 0.51% |
32 | Objective-C | 0.49% |
33 | Lua | 0.46% |
34 | Transact-SQL | 0.46% |
35 | Scala | 0.45% |
36 | D | 0.37% |
37 | VBScript | 0.36% |
38 | ABAP | 0.34% |
39 | PL/SQL | 0.32% |
40 | Solidity | 0.26% |
41 | TypeScript | 0.25% |
42 | GAMS | 0.22% |
43 | PowerShell | 0.20% |
44 | Awk | 0.20% |
45 | Elixir | 0.17% |
46 | F# | 0.17% |
47 | RPG | 0.17% |
48 | ML | 0.16% |
49 | Logo | 0.15% |
50 | Ladder Logic | 0.15% |
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, ActionScript, Algol, Apex, APL, Bash, Carbon, CFML, CHILL, CL (OS/400), CLIPS, Clojure, Crystal, Curl, DiBOL, Erlang, Forth, Groovy, Hack, Icon, Inform, Io, J, JScript, LabVIEW, Modula-2, Mojo, MQL5, NATURAL, Nim, OCaml, Occam, OpenCL, OpenEdge ABL, PL/I, PostScript, Q, Ring, Scheme, Smalltalk, Snap!, SPARK, Stata, SystemVerilog, Tcl, VHDL, Whitespace, Wolfram, X++, Zig
This Month's Changes in the Index
This month the following changes have been made to the definition of the index:
Very Long Term History
To see the bigger picture, please find below the positions of the top 10 programming languages of many years back. Please note that these are average positions for a period of 12 months.
Programming Language | 2024 | 2019 | 2014 | 2009 | 2004 | 1999 | 1994 | 1989 |
---|---|---|---|---|---|---|---|---|
Python | 1 | 3 | 8 | 6 | 7 | 25 | 23 | - |
C | 2 | 2 | 1 | 2 | 2 | 1 | 1 | 1 |
C++ | 3 | 4 | 4 | 3 | 3 | 2 | 2 | 2 |
Java | 4 | 1 | 2 | 1 | 1 | 11 | - | - |
C# | 5 | 6 | 5 | 7 | 8 | 20 | - | - |
JavaScript | 6 | 7 | 9 | 9 | 9 | 18 | - | - |
Visual Basic | 7 | 19 | 235 | - | - | - | - | - |
SQL | 8 | 9 | - | - | 92 | - | - | - |
Go | 9 | 16 | 36 | - | - | - | - | - |
Fortran | 10 | 28 | 27 | 26 | 13 | 13 | 5 | 9 |
Objective-C | 33 | 10 | 3 | 31 | 40 | - | - | - |
Lisp | 34 | 32 | 16 | 18 | 14 | 15 | 6 | 3 |
(Visual) Basic | - | - | 6 | 5 | 4 | 3 | 3 | 7 |
There are 2 important remarks here:
- There is a difference between "Visual Basic" and "(Visual) Basic" in the table above. Until 2010, "(Visual) Basic" referred to all possible dialects of Basic, including Visual Basic. After some discussion, it has been decided to split "(Visual) Basic" into all its dialects such as Visual Basic .NET, Classic Visual Basic, PureBasic, and Small Basic, just to name a few. Since Visual Basic .NET has become the major implementation of Visual Basic, it is now called "Visual Basic".
- The programming language SQL was added to the TIOBE index in 2018 after somebody pointed out that SQL is Turing Complete. So although this language is very old, it has only a short history in the index.
Programming Language Hall of Fame
The hall of fame listing all "Programming Language of the Year" award winners is shown below. The award is given to the programming language that has the highest rise in ratings in a year.
Year | Winner |
---|---|
2023 | C# |
2022 | C++ |
2021 | Python |
2020 | Python |
2019 | C |
2018 | Python |
2017 | C |
2016 | Go |
2015 | Java |
2014 | JavaScript |
2013 | Transact-SQL |
2012 | Objective-C |
2011 | Objective-C |
2010 | Python |
2009 | Go |
2008 | C |
2007 | Python |
2006 | Ruby |
2005 | Java |
2004 | PHP |
2003 | C++ |
Bugs & Change Requests
This is the top 5 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@tiobe.com.
- Apart from “<language> programming”, also other queries such as “programming with <language>”, “<language> development” and “<language> coding” should be tried out.
- Add queries for other natural languages (apart from English). The idea is to start with the Chinese search engine Baidu. This has been implemented partially and will be completed the next few months.
- Add a list of all search term requests that have been rejected. This is to minimize the number of recurring mails about Rails, JQuery, JSP, etc.
- Start a TIOBE index for databases, software configuration management systems and application frameworks.
- Some search engines allow to query pages that have been added last year. The TIOBE index should only track those recently added pages.
Yes, the only condition is to refer to its original source “www.tiobe.com”.
If a language meets the criteria of being listed (i.e. it is Turing complete and has an own Wikipedia entry that indicates that it concerns a programming language) and it is sufficiently popular (more than 5,000 hits for +”<language> programming” for Google), then please write an e-mail to tpci@tiobe.com.
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 5,000 US$ for the complete data set. The data set runs from June 2001 till today. It started with 25 languages back in 2001, and now measures more than 150 languages once a month. The data are available in comma separated format. Please contact sales@tiobe.com for more information.
Well, you can do it either way and both are wrong. If you take the sum, then you get the intersection twice. 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, 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.