Declaring variables in Scala is quite simple. The language offers some very nice mechanisms to let developers declare...
Scala Control Structures
Scala offers various mechanisms for controlling code flow. Let’s explore them here. If/Else/then Imagine you ar...
Scala functions
Defining a function in Scala is simple. Similar to other languages, to define a function you need to: give it a name ...
Your first Scala program
When first learning something, we all want to see how it works. So, I’m going to create a quick program and run...
Create Scala project in IntelliJ IDEA
This quick tutorial will help you create a Scala project in IntelliJ IDEA Install the Scala plugin The first step is ...