Scala
Installation in Windows:
Installation of scala in very easy. Please follow below steps
Step 1: Download scala-2.11.7.msi from below path http://www.scala-lang.org/download/
Step 2: Double click on the downloaded msi file and, click on next till installation get finished Step 3: Once your installation is finished, scala is in below path by default C:\Program Files (x86)\scala Step 4: Open environment variables through ‘View Advanced System Settings’ and give the path where scala is installed. Including bin C:\Program Files (x86)\scala\bin
Step 5: Open command prompt and type scala.
Now scala shell is ready. Happy programming