Scala is described as a general-use language that is concise and elegant. Scala is an extension of the Java language and can call upon Java libraries. Its syntax is very similar as well.
Adding the Scala engine
How to do it...
We now go over the steps to install the Scala engine and run a Scala script.
Installing the Scala engine
The Scala engine implementation is immature. There may be better installations available for non-Windows environments, but for Windows I followed the following instructions, where someone had built a version of the Scala engine for Windows that...