2023年12月编程语言排行榜

TIOBE Index for December 2023

December Headline: C# on its way to become programming language of the year 2023

2023年12月的TIOBE指数:12月头条:c#将成为2023年最佳编程语言

Yes, I know, we have been here before. At the end of 2022, it looked like C# would become the programming language of that year. But at the final moment, C++ took the title unexpectedly. This year we are a bit surer that C# is going to win. It gained +2.38% in 1 year, whereas its closest contenders Fortran and F# only gained +0.64% and +0.48% respectively. It might look a bit strange that most of the top 20 languages lost popularity in 2023. So what happened? The answer lies in the long tail, where all the small languages reside. Those are all moving up a bit and are getting closer to the big languages. To illustrate this: one year ago the number 50 language had a score of 0.14%. The current number 50 language has a score of 0.24%. Anyway, we are all curious to see which language will become the programming language of the year! -- Paul Jansen CEO TIOBE Software

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.

相关推荐
Yyyyy123jsjs2 小时前
Python 如何做量化交易?从行情获取开始
开发语言·python
violet-lz2 小时前
C++ 内存分区详解
开发语言·jvm·c++
CreasyChan2 小时前
unity四元数 - “处理旋转的大师”
unity·c#·游戏引擎
汤姆yu2 小时前
基于springboot的林业资源管理系统
java·spring boot·后端
长安牧笛2 小时前
制作无人直播文案生成工具,输入直播主题,产品信息,自动生成直播文案,支持一键复制
python
wuguan_2 小时前
C#索引器
c#·索引器
软件管理系统2 小时前
基于Spring Boot的医疗服务系统的设计与实现
java·spring boot·后端
软件管理系统2 小时前
基于微信小程序的健身房管理系统
java·tomcat·maven
小张成长计划..2 小时前
【C++】20:set和map的理解和使用
c++
聪明努力的积极向上2 小时前
【设计】分批查询数据通用方法(基于接口 + 泛型 + 定点复制)
开发语言·设计模式·c#