biometrics
Honorary Master
- Joined
- Aug 7, 2003
- Messages
- 71,858
TIOBE Index for July 2016
July Headline: Assembly Language enters the Top 10 again
It might come as surprise that the lowest level programming language that exists has re-entered the TIOBE index top 10. Why would anyone write code at such a low level, being far less productive if compared to using any other programming language and being vulnerable to all kinds of programming mistakes? The only reasonable explanation for this is that the number of very small devices that are only able to run assembly code is increasing. Even your tooth brush or coffee machine are running assembly code nowadays. Another reason for adoption is performance. If performance is key, nobody can beat assembly code. Other interesting moves this month are: good old Tcl jumps from #65 to #48, CFML (ColdFusion) from #102 to #66 and Maple from #94 to #74.
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 search engines such as Google, Bing, Yahoo!, Wikipedia, Amazon, YouTube and Baidu 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.
http://www.tiobe.com/tiobe_index?page=index
Nice, my x86, 8051 and PIC assembler experience might come in handy again.