Saturday 28 May 2016

Learning Scala made easy for Java programmers

If you are Java developer and accustomed to use Eclipse IDE, you can refer my another post for steps of creating Scala project skeleton.

Next, Get started with "ScalaQuickStart" project @ https://github.com/tirthalpatel/Learning-Scala/tree/master/ScalaQuickStart
  • Syntax comparison between Java and Scala + Sample code snippet for getting started with Scala features.
  • This project contains my notes and code snippet when I was learning Scala from various resources (mentioned in "See Also" section of README file). 



Disclaimer

The code snippet are mainly targeted for learning purpose, and not focused for producing production code quality.