Saturday, September 12, 2009

Scala, the java of the future

The tug-o-war of software development languages gets really confusing; it’s hard to decide what language would prevail and become the new standard in application development. Why is it important? Because we are application developers, and our relevance in the business landscape is linked to the tools we are skilled in operating.

I have heard Professor Martin Odersky say that Scala is the java of the future. Although I cannot vogue for such a promise, I can certainly say that Scala is the most compelling language I have encountered.

Scala has incorporated many ideas, new and old from the other existing languages. Scala functional and object oriented. It has cool stuff like traits (aka mixins) and Actors (erlang style threads) and advanced pattern matching. Most of all, Scala is expressive and esthetic. Clean and comprehensible code means easy and efficient maintenance, and that is important.

Scala runs over the JVM. Hence Scala can call upon java functionality and vice versa. Scala also has a .net support but that is not my scope at this time. According to professor Odersky, the overall performance is not hampered and the results are usually as fast as Java. Michael Galpin posted some figures about Scala performance on his blog here and Nick Wiedenbrueck compared Scala, Java and Groovy here.

Following are some interesting links I found for getting into Scala top down:

Presentations:

Articles:

Downloads:

    3 comments:

    1. Interesting post. Thanks! We just invested in a mountainview startup that looked at scala but chose a mix of erlang and python instead. Cheers, Pete.

      ReplyDelete
    2. From first glance it looks promising. I will have to do some prototype systems though. The interoperability between Java and .NET would really be an edge.

      ReplyDelete
    3. I rather Ceylon it has simpler and understandable syntax than Scala,
      say more, more clearly ... however IMO CDI and Seam is future of java

      ReplyDelete

    Please do not post spam on this blog, Spam sites will be reported to google.
    thank you kindly.