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

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube