A 10-Minute Introduction to Scala

A 10-Minute Introduction to Scala

5 years ago
Anonymous $yysEBM5EYi

https://hackernoon.com/a-10-minute-introduction-to-scala-d1fed19eb74c

Scala is a programming language released in 2004 by Martin Odersky. It provides support for functional programming and is designed to be concise and compiled to Java bytecode so that a Scala application can be executed on a Java Virtual Machine (JVM).

Let’s check at the core features of the language.