
Introduction to Functional Programming in Scala
Scala is a multi-paradigm programming language in the sense that it supports both object-oriented and functional paradigms. It runs on the JVM and can be installed using the instructions found here: http://scala-lang.org/download/install.html. Let’s explore some of its functional features. Hello, world! Who am I not to respect the classic “Hello,