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.

相关推荐
用户8356290780513 小时前
使用 C# 在 Excel 中创建数据透视表
后端·python
架构师沉默3 小时前
别又牛逼了!AI 写 Java 代码真的行吗?
java·后端·架构
saltymilk4 小时前
使用 C++ 模拟 ShaderLanguage 的 swizzle
c++·模板元编程
码路飞6 小时前
FastMCP 实战:一个 .py 文件,给 Claude Code 装上 3 个超实用工具
python·ai编程·mcp
后端AI实验室8 小时前
我把一个生产Bug的排查过程,交给AI处理——20分钟后我关掉了它
java·ai
dev派8 小时前
AI Agent 系统中的常用 Workflow 模式(2) Evaluator-Optimizer模式
python·langchain
前端付豪10 小时前
AI 数学辅导老师项目构想和初始化
前端·后端·python
凉年技术10 小时前
Java 实现企业微信扫码登录
java·企业微信
用户03321266636710 小时前
将 PDF 文档转换为图片【Python 教程】
python
xlp666hub10 小时前
Leetcode第五题:用C++解决盛最多水的容器问题
linux·c++·leetcode