Scala
I've been spending a bit of my spare time learning Scala. I like it because:
- It compiles to Java bytecode
- It can use any of the Java API's - the years of investment I have in them translates seamlessly to Scala development and I'm productive almost immediately
- Functions are first class citizens of the language allowing for higher order functions leading to a more expressive language
The main drawback at the moment is lack of IDE support. I'm using the scala eclipse plugin, but it is primitive compared to the Java support I'm used to in eclipse.

0 Comments:
Post a Comment
Links to this post:
Create a Link
<< Home