News

TypeScript Cracks Top 10 in Programming Language Popularity Ranking

Just a couple months after declaring TypeScript was "exploding" in relation to other programming languages, analyst firm RedMonk is out with a new ranking that shows it cracking the top 10, a rare event in the history of the index.

Microsoft created the open source TypeScript language in 2012 and it has climbed steadily in popularity thanks to its unique scheme of providing optional static typing for JavaScript-based coding, among other features.

"With the exception of one quarter in 2018 in which Swift placed tenth, it has been five years since we saw the entrant of a new top ten language," said RedMonk's Stephen O'Grady in announcing the June 2019 ranking. "In this quarter's run, however, TypeScript continued its upwards surge by placing tenth."

TypeScript's entry into the top 10 came at the expense of Apple's Swift, which RedMonk had previously described as the fastest-growing language in the history of its ranking, and Objective-C, also traditionally used by Apple-centric coders.

The Third Quarter Plot for 2019
[Click on image for larger view.] The Third Quarter Plot for 2019 (source: RedMonk).

TypeScript jumped up two spots from the previous ranking, prompting RedMonk to observe:

Three years ago at this time, TypeScript had just broken through to #26 after languishing in the thirties for years. This quarter, as mentioned above, the JavaScript superset capped off one of the more remarkable growth stories we have ever seen in these rankings, placing in the top ten for the first time after surging to #12 last quarter. In doing so, it passed both Objective-C and another fast riser on these rankings, Swift. Ironically, those two languages competition with one another is likely what enabled TypeScript to pass them both, but it is no fluke. The ubiquity of JavaScript coupled with the optional safety offered by TypeScript has proven to be a winning combination, and vaulted it directly into rare territory. It will be interesting to see if it can sustain this rank, or if like Swift before it, this is a temporary gain. Either way, TypeScript is a language that many are betting on moving forward.

While a few other languages went up and down slightly, the top 20 constitutes a cast of familiar characters:

  1. JavaScript
  2. Java
  3. Python
  4. PHP
  5. C++
  6. C#
  7. CSS
  8. Ruby
  9. C
  10. TypeScript
  11. Swift
  12. Objective-C
  13. Scala
  14. Shell
  15. R
  16. Go
  17. PowerShell
  18. Perl
  19. Haskell
  20. Kotlin

RedMonk uses a formula based on GitHub and Stack Overflow to compute its ranking, with the methodology detailed in the aforementioned post.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • How to Unlock Visual Studio 2022's Preview Features Like Claude Sonnet 3.7 AI Model

    Some developers complained that advanced AI models come sooner to VS Code than Visual Studio, but the new Claude Sonnet 3.7 model is now available in IDE with a paid GitHub Copilot account and a simple settings tweak in GitHub.

  • Semantic Kernel Agent Framework Graduates to Release Candidate

    With agentic AI now firmly established as a key component of modern software development, Microsoft graduated its Semantic Kernel Agent Framework to Release Candidate 1 status.

  • TypeScript 5.8 Improves Type Checking, Conditional Feature Delayed to 5.9

    Microsoft shipped TypeScript 5.8 with improved type checking in some scenarios, but thorny problems caused the dev team to delay related work to the next release.

  • Poisson Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demo of Poisson regression, where the goal is to predict a count of things arriving, such as the number of telephone calls received in a 10-minute interval at a call center. When your source data is close to mathematically Poisson distributed, Poisson regression is simple and effective.

  • Cloud-Focused .NET Aspire 9.1 Released

    Along with .NET 10 Preview 1, Microsoft released.NET Aspire 9.1, the latest update to its opinionated, cloud-ready stack for building resilient, observable, and configurable cloud-native applications with .NET.

Subscribe on YouTube

Upcoming Training Events