Fastest growing programming languagesWOCinTech Chat Flickr
In the cutting-edge world of Silicon Valley, not only do developers have to learn the most popular programming languages, they also have to keep up with new ones.
GitHub, which hosts open-source software projects to which users can browse and contribute, has been tracking programming trends on their site each year. In their annual Octoverse report, GitHub reveals what the fastest growing languages are, as well as the most popular languages overall.
The company is seeing trends toward languages focused on thread safety and interoperability — in terms, languages that can safely execute multiple sequences at once, and that are capable of interacting with another language in the same system.
Microsoft will acquire GitHub for $7.5 billion, which has been seen as a smart move for the tech titan. GitHub itself is also rapidly growing. This past year, 8 million new users joined GitHub — more users than GitHub’s first six years combined. And on Tuesday at the GitHub Universe conference, the company announced the launch of GitHub Actions, which now allow users to build and execute code on the site.
Here are the fastest-growing programming languages around, according to GitHub:
#8: Python. Python is a high-level language that’s popular in machine learning projects. It’s popular with programmers of all skill levels because it’s easy to read. In fact, not only is it fast-growing, it’s already one of the top-3 most popular languages overall.
“Python is a legit phenomenon of it’s own,” Stephen O’Grady, industry analyst with RedMonk, said at the GitHub Universe conference this week. “A lot of it comes down to the fact that it’s an incredibly versatile language. It’s escaped the track of being just front end or back end.”
#3: TypeScript. This language is similar to JavaScript, but with more power.
Its syntax and semantics is similar to JavaScript, the most popular programming language in the world. That makes it popular with the JavaScript community, who often prefer it for building large-scale applications. In addition to making this list, TypeScript also made the top 10 most popular programming languages overall.
#2 HCL, which stands for HashiCorp Configuration Language.
This language was built by HashiCorp. It’s a human-friendly language used for DevOps, an engineering methodology designed to help developers turn out more code, faster.
The number of contributors writing in HCL has more than doubled since last year.