Scala is an impressive language built on top of the Java runtime. Many of the irksome problems in Java have been fixed in Scala. I like: * The language is concise and eliminates unecessary semicolons, type definitions and braces. For simple programs, the code is clean and easy to read. * Scala classes can use … Continue reading