News

C#, TypeScript Crack Top 10 in 2022 IEEE Programming Language Ranking

IEEE published its ninth annual ranking of top programming languages, wherein Microsoft's C# and TypeScript both rank in the top 10.

The organization uses multiple methods and sources -- which seem to change often -- to estimate the relative popularity of different languages.

While C# has hovered in the middle of the top 10 from the very start in 2014, TypeScript is a newcomer this year, coming in at No. 10. That's because IEEE inexplicably combined it with JavaScript until this year, though it has long been a discrete offering in many other similar popularity rankings.

"Categorizations evolve," explained IEEE in its Aug. 23 report. "For example, previously we grouped Typescript with JavaScript, but adoption has grown enough that it makes more sense to break it out."

Top 20 Overall Ranking
[Click on image for larger view.] Top 20 Overall Ranking (source: IEEE).

Some might argue adoption grew enough years earlier, as TypeScript has shined in multiple reports, even being noted for an explosion in job listings this week by career marketplace Dice. In fact, in Stack Overflow's big survey this year, TypeScript vaulted ahead of Java to crack the top 5 ranking. Even back in 2019, analyst firm RedMonk, which had said TypeScript was exploding in relation to other languages, ranked it in the top 10.

Top 20 Jobs Ranking
[Click on image for larger view.] Top 20 Jobs Ranking (source: IEEE).

C#, meanwhile, ranked fourth in the overall standings for 2022 while falling to fifth in the "jobs" slice and sixth in the "trending" ladder. TypeScript actually moved up to ninth in the jobs ranking (still in stark contrast to the Dice report) but fell well back to No. 16 among trending languages.

Top 20 Trending Ranking
[Click on image for larger view.] Top 20 Trending Ranking (source: IEEE).

"Python remains on top but is closely followed by C," the report said. "Indeed, the combined popularity of C and the big C-like languages -- C++ and C# -- would outrank Python by some margin. Java also remains popular, as does JavaScript, the latter buoyed by the ever-increasing complexity of websites and in-browser tools (although it's worth noting that in some quarters, the cool thing is now deliberately stripped-down static sites built with just HTML and simple CSS)." The big takeaway of the report is reflected in its headline: "Top Programming Languages 2022 Python's still No. 1, but employers love to see SQL skills."

Methodology for the report can be found here.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Full-Stack with a Side of Copilot: Building and Deploying an App the AI-Accelerated Way

    In this Q&A, developer and VSLive! speaker Esteban Garcia explains how GitHub Copilot can accelerate the full software development lifecycle -- from architecture and code to tests, CI/CD, and Azure deployment -- and how to use it as a repeatable engineering workflow rather than just a faster autocomplete tool.

  • VS Code 1.127 Further Integrates Advanced Browser-AI Tech

    Microsoft's July 1 Visual Studio Code update continues a recent push to make the editor's integrated browser a more capable development surface -- and a more useful tool for AI agents.

  • Support Vector Regression with SGD Training Using C#

    Support vector regression can predict numeric values effectively, and this article shows how to implement and train a kernel SVR model in C# using stochastic sub-gradient descent.

  • New GitHub Switch Limits Repo Issue Creation to Collaborators Only

    After publicly touting pull request limits as a way to cut maintainer noise, GitHub is taking the same idea further with a new setting that lets repository admins restrict issue creation to collaborators only.

Subscribe on YouTube