BlogHide Resteemsegosum (25)in scala • 7 years agoScala Tutorial (2)We are going to start this tutorial by explaining the diferent ways in which we can name variables in Scala, by using the keyword var or val . var denotes that it is a var iable, and as such…egosum (25)in scala • 7 years agoScala Tutorial (I)Scala ( is a programming language that manages to unite both Functional Programming (FP) and Object-Oriented Programming (OOP). It mainly targets de Java Virtual Machine (JVM), but there is already…