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

  • Hands On: New VS Code Insiders Build Creates Web Page from Image in Seconds

    New Vision support with GitHub Copilot in the latest Visual Studio Code Insiders build takes a user-supplied mockup image and creates a web page from it in seconds, handling all the HTML and CSS.

  • Naive Bayes Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the naive Bayes regression technique, where the goal is to predict a single numeric value. Compared to other machine learning regression techniques, naive Bayes regression is usually less accurate, but is simple, easy to implement and customize, works on both large and small datasets, is highly interpretable, and doesn't require tuning any hyperparameters.

  • VS Code Copilot Previews New GPT-4o AI Code Completion Model

    The 4o upgrade includes additional training on more than 275,000 high-quality public repositories in over 30 popular programming languages, said Microsoft-owned GitHub, which created the original "AI pair programmer" years ago.

  • Microsoft's Rust Embrace Continues with Azure SDK Beta

    "Rust's strong type system and ownership model help prevent common programming errors such as null pointer dereferencing and buffer overflows, leading to more secure and stable code."

  • Xcode IDE from Microsoft Archrival Apple Gets Copilot AI

    Just after expanding the reach of its Copilot AI coding assistant to the open-source Eclipse IDE, Microsoft showcased how it's going even further, providing details about a preview version for the Xcode IDE from archrival Apple.

Subscribe on YouTube

Upcoming Training Events