Introduction
Step 1: Installing scala using brew
Installing scala is very easy with brew.
brew install scala
On Ubuntu you can use apt-get and on windows you have to download the scala installer. After this step everything is the same for all OS.
Step 2: Playing with Math and scala