17 programming languages you need to know in 2016

whatwhatgoose
Free Stuff
Published in
3 min readFeb 21, 2016
https://unsplash.com/photos/5Ntkpxqt54Y

Whatwhatgoose — get the skills to land the job.

Scratch

This is an amazing language to introduce coding for kids. It is easy to learn for non-techies. It is mostly visual and used for educational and entertainment purposes.

Cons: Can’t be used for serious applications.

Python

Everyone Loves Python. Python is easy to use and one of the most readable languages. Big companies are using Python.

Cons: I give Python a rating of 5/7 for its speed.

Java

Some programmers like to make fun of Java. It is great if you want to build an Android app or work with massive enterprise apps. It’s arguably very fast and memory safe. It’s a language that keeps getting better bit by bit.

Cons: Oracle

C#

Designed by Microsoft. The future of C# looks very exciting. It will be supporting Tuples, Pattern Matching, Algebraic Data Types, Async Streams.

Cons: Jack of all trades. Master of None

Hosting Credit

Julia

Julia is stellar for technical computing and it’s easy to make it faster than R or Python.

Cons: Hmmm….

Matlab

Matlab competes with Julia / NumPy / R. Matlab has a nice plotting tool. It is used heavily in academia.

Cons: Matlab licenses are expensive / Not Open Source

Typescript

If you know Javascript, you should try typescript. It is a superset of Javascript. Javascript code works in Typescript.

Cons: More typing

ES6

The future of Javascript. Code with less spaghetti code.

Cons: I love Javascript, but its still Javascript

Swift

Apple’s love child.

Cons: Hmmm…

Scala

Scala is a JVM supported language. I like to call Scala, Java on steroids.

Clojure

A very fast functional language. It uses the JVM and can play well with Java.

Cons: Syntax is awful

R

Statisticians love R. It is used for statistical and data analysis. R beats Python for basic and advanced stats.

Cons: Shouldn’t be used for general purpose

Go

Google’s love child. Best server side language ever. Go will replace C for some stuff in the kernel.

Cons: Hmmm….

Erlang

If you’re trying to make something with massive concurrency, scalability, and robustness to fault tolerance then Erlang is for you.

Cons: Can make simple stuff annoying

Rust

Mozilla’s love child. Rust is C on steroids. Fast, safe, and can play with metal.

Cons: Hmmm….

Elm

Elm is a sexy programming language that uses functional reactive programming to build user interfaces without destructive updates. It can dance with HTML, CSS, & Javascript.

Elixir

Erlang’s younger sibling.

Cons: Not meant to play with the OS

Hosting Credit

Click the pictures below for more stuff:

Click the Pictures for Other Fun Stuff!

Which language do you think people should know about in 2016?

--

--