Programming languages you should try

The popularity of languages changes rapidly, but which ones should you look out for?

By Techworld staff May 23, 2018|

If you’re a newbie to programming, it might make sense to start with a language like Scratch or HTML. But once you’ve got to grips with the basics, there are a vast array of languages you can start learning. The problem is, there are so many to choose from and each has its own purpose.

There’s a reason why programming languages such as JavaScript, PHP and C# are so popular. They are simply the best at what they do and continue to be in high demand from employers. However, there are plenty of scruffy, but innovative programming languages that can provide heaps of value to a developer.

Are you a developer? Find the latest jobs here.

Predicting which languages will eventually rise to the top of the charts is difficult, of course, and a lot of the languages listed will have been around for a while and even be in use by many, but all are continuing to grow in popularity outside of the top few.

Here are programming languages that look set to play a bigger role within businesses in coming years.

Find the latest jobs in development here.

1. Ballerina

Image: Twitter

Ballerina was developed by open source tech provider WSO2 and released in 2017. It is a compiled, type safe, concurrent programming language. Designed to be cloud-first, its specialism is integration and parallel processing, helping to implement microservices with distributed transactions, reliable messaging, stream processing, and workflows. Ballerina has built-in support for modern web protocols and data formats.

The developer experience is designed to maintain flow, where the edit, build, debug cycle is rapid and integrated to your team’s lifecycle toolchain, the Ballerina web page explains.

2. Julia

Designed by Jeff Bezanson, Stefan Karpinski, Viral B. Shah and Alan Edelman in 2009, Julia is a high-level dynamic programming language ideal for fast numerical functions and analysis.

Julia can be described as a remedy to Python’s speed issues. The creators based Julia on what they love about Python, its simple syntax and its ability to separate your data and clean it, but altered it so any code you create can be compiled immediately.

If you’re after a speedy Python, then learn Julia.

3. Scala

If you’re a frustrated Java user, Scala could be the answer to your prayers.

Designed by Martin Odersky in 2004, Scala is a general-purpose programming language where ‘object-oriented meets functional’.

Scala runs on the JVM (Java Virtual Machine) platform, so it is compatible with the entire Java class of specifications.

And compared to Java, Scala offers cleaner, simpler, more flexible syntax.

4. TypeScript

TypeScript grew in popularity at the start of the year and has held strong as 2017 has gone on. This was reflected in its ranking from tech publisher RedMonk, gaining 17 points in its Github ranking and overlapping Erlang and Rust in the first quarter.

Described as ‘JavaScript that scales’, TypeScript adds types to all of the variables adding a feeling of security. One of its biggest pulls is that developers can take advantage of Angular, a framework for creating web applications that is written in TypeScript. Although, you don’t need to use TypeScript to use Angular.

5. R

R offers an open source software environment for statistical computing.

First appearing in 1993, R has gained much popularity in the wake of data driven thinking and occupations, for example, data mining, statisticians and even scholars.

It provides a simple and effective resource for analysing subsets of data, although it can’t compete with larger enterprises such as Hadoop.

6. Kotlin

Meant to compile quickly and run alongside Java, Kotlin is a statically-typed programming language that runs on the Java Virtual Machine and can be compiled to JavaScript source code.

Created by Russian software development company, JetBrains, Kotlin is in use at Pinterest, Evernote, Uber and Coursera.

7. Swift

Image: Apple

Swift, revealed at Apple’s WWDC conference in 2014, was intended as a replacement for the Objective-C language for OSX and iOS development and created to make development on iOS devices easier, GitHub’s Joe Nash says. Apple made the language open source in December 2015 under the Apache license, helping it to gain huge popularity within the developer community.

Swift – which has similarities to more modern languages like Ruby and Python – has been enjoying “meteoric” growth since launching, according to RedMonk analyst Stephen O’Grady.

All of Apple’s education content and apps for learning to code use Swift and popular apps including Airbnb, Kayak and TripAdvisor were all created using Swift.

8. Rust

Created by Mozilla, Rust 1.0 was released in 2014, having been in development for a number of years.

Close in some respects to C and C++, Mozilla describes it as a “new programming language which focuses on performance, parallelisation, and memory safety”.

“By building a language from scratch and incorporating elements from modern programming language design, the creators of Rust avoid a lot of “baggage” (backward-compatibility requirements) that traditional languages have to deal with.”

RedMonk’s O’Grady recently noted: “Anecdotal evidence has been accumulating for some time that the language was piquing the interest of developers from a variety of spaces.”

“Mozilla has invested millions to build Rust with the goal of making a better and safer language for systems programming. The language itself is incredibly advanced, and developers are already using Rust to create a wide range of new software applications, such as game engines, operating systems, file systems, browser components and simulation engines for virtual reality,” adds Joe Nash, program manager at GitHub.

9. Go

Image: Google

This open source language is viewed as faster and easier to use than more established languages such as Java and C, from which it is derived.

It is used by a number of organisations, from the BBC to SoundCloud, and Facebook to the UK government award-winning GOV.UK site. It is also used by enterprise software startup du jour, Docker.

“Go is an attempt to combine the ease of programming of an interpreted, dynamically typed language with the efficiency and safety of a statically typed, compiled language,” its creators say.

“Go is becoming very popular for distributed web applications. This is a great language for modern systems development and is discussed a lot in line with the containers movement,” GitHub’s Joe Nash adds.

Read next: How to learn Go.

10. Haskell

Image: blog.pusher.com

Haskell calls itself an ‘advanced purely-functional programming language’. Its first specifications were published in 1990. It features a type system with type inference and ‘lazy evaluation’. It is mainly used within academia but there are some examples of it being used in industry, for example, projects within AT&T, BAE Systems, Facebook and even Google.

In 2016 a group started compiling the 2020 version of the language.

11. Clojure

Image: Eduonix

Clojure, launched in 2009, is a dialect of the Lisp programming language. It is a general-purpose language which emphasises functional programming. It treats code as data and has a macro system, like other ‘Lisps’.

It is successfully used in industry by firms like Walmart, Puppet Labs and various big software firms.

Leave a comment