What are the biggest differences between Scala 2.8 and Scala 2.7?
Posted
by André Laszlo
on Stack Overflow
See other posts from Stack Overflow
or by André Laszlo
Published on 2009-08-07T09:22:16Z
Indexed on
2010/03/31
6:03 UTC
Read the original article
Hit count: 387
scala
I've written a rather large program in Scala 2.75, and now I'm looking forward to version 2.8. But I'm curious about how this big leap in the evolution of Scala will affect me.
What will be the biggest differences between these two versions of Scala? And perhaps most importantly:
- Will I need to rewrite anything?
- Do I want to rewrite anything just to take advantage of some cool new feature?
- What exactly are the new features of Scala 2.8 in general?
© Stack Overflow or respective owner