Tuesday, November 6, 2012

Why Scala?

Why I like Scala

It compiles to java libraries that can be shared which means even though others may not know Scala, I can create libraries they can use and can use theirs as well.

It provides shortcuts like case cases that make object Creation, Decomposition, and Matching quick.

A non-programmer like myself can use it to quickly build apps (liftweb) or sling data around in scripts with the help of sbt.


No comments:

Post a Comment