The 10 fastest growing programming languages, according to the Microsoft-owned GitHub

Advertisement

#10: Go

#10: Go

Go, also known as Golang, is a programming language created at Google by Robert Griesemer, Rob Pike, and Ken Thompson. In 2009, Google released Go as an open source language, meaning it's free for anyone to use, download, or modify. Go was designed to be especially fast and easy to work with, especially for larger-scale systems (like Google's own).

Advertisement

#9: Assembly

#9: Assembly

Assembly is a programming language that "speaks" as directly as possible to computers in their primary language: 0's and 1's. Developers use Assembly to write instructions for computers to access and process data at the lowest possible level. It can be tedious because each line of code must include even the simplest of instructions, but it can offers developers an unbeatable level of fine-tuning in their code.

Advertisement

#8: Python

#8: Python

Python is both one of the fastest growing programming languages and the second-most popular one overall. It's open source, so anybody can download and get started with it, and it's high-level enough that it's easy for beginners to pick up. It's frequently used for tasks around web development, data science, and artificial intelligence.

"We often find that while Python isn't people's primary language, it was a lot of people's second language," Rachel Potvin, GitHub's vice president of engineering and data, said onstage at GitHub Universe on Wednesday. "There's something else behind the uptake in Python which is this explosion of the work in data science and machine learning."

#7: Apex

#7: Apex

Apex was first developed by Salesforce as a language for customizing and building its software, making it easier for developers to write code that automates tasks like updating customer records or running custom reports. It's designed to work well with large amounts od data, and shares some similarities with Java, one of the most popular programming languages.

Advertisement

#6: PowerShell

#6: PowerShell

PowerShell was developed by Microsoft, and built on its popular and prominent .NET. This open source language helps developers write instructions directly to their computer systems and manage their operating systems — especially useful for IT departments that need to automate tasks like onboarding new users or installing software updates across an entire network. It's now available on Linux, Apple's MacOS, and Microsoft's own Windows.

#5: TypeScript

#5: TypeScript

TypeScript is both one of the fastest-growing programming languages and one of the most popular. Developed by Microsoft, it's similar to JavaScript, and developers can mix and match both languages. However, compared to JavaScript, it has additional features that help developers create larger-scale software. It's also supported out of the box by Microsoft's free code editor Visual Studio Code, which is the top open source project on GitHub.

Advertisement

#4: Kotlin

#4: Kotlin

Kotlin, an open source language, is similar to the popular programming language Java (and programmers can mix and match between the two languages), but it has special features that help guard against bugs. It's also much more concise, helping developers do more with fewer lines of code. It's frequently used for building Android apps. Last year, Kotlin was the fastest growing programming language, and it's used by companies like Google, Square, and Atlassian. It's still growing fast, as it grew by 182% in the past year.

#3: HCL

#3: HCL

HCL, which stands for HashiCorp Configuration Language, was developed by developer startup HashiCorp, which creates tools that help programmers run and secure software running in the cloud. It's used to help set up HashiCorp's cloud tools, like Terraform, and it's designed to be easy for people to read. It grew 213% in the past year.

Advertisement

#2: Rust

#2: Rust

Rust was designed to be fast and more efficient with memory, with features that prevent developers from making common errors and introducing bugs. This open source programming language, which is sponsored by Mozilla of Firefox fame, is used in game engines, operating systems, virtual reality, and other systems-intensive tasks. Rust grew 235% in the past year.

#1: Dart

#1: Dart

Dart, which was developed by Google, was made specifically for designing user interfaces (UI), or how an app looks and feels to users. It's similar to JavaScript, the most popular programming language. It's also used with Google's Flutter, a UI toolkit for building mobile and web apps. Dart grew 532% in the past year.

Advertisement