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

  • 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