You can write Scala like a better Java. When I started writing scala, I didn't use any of the functional features, I basically wrote Java with closures.
Slowly my code has taken a more functional, idiomatic Scala feel to it, but I think it's possible to write approachable Scala code if that is one of your design goals.
Comments
You can write Scala like a better Java. When I started writing scala, I didn't use any of the functional features, I basically wrote Java with closures.
Slowly my code has taken a more functional, idiomatic Scala feel to it, but I think it's possible to write approachable Scala code if that is one of your design goals.