On Fri, Apr 27, 2012 at 3:05 PM, virtualeyes <
sit...@gmail.com> wrote:
> If so, for Scala users (who write little Java), is there any real
> benefit to switching to 1.7? I'm all for it if it enhances the
> developer experience, but if it's YAGNI, I'll stay on 1.6.
You might get a little bit better performance and some new APIs which
you're unlikely to depend on as a Scala developer. However, Java 6
reaches EOL in November 2012. That means that you'll stop getting
security updates, and you'll find more libraries dropping support for
Java 6 in the coming months. We still support 6 because Scala
supports 6 and we don't need anything introduced in 7.
A Java upgrade is not nearly as troublesome as a Scala upgrade. Java
7 should be backward compatible with Java 6, both source and binary.
So it's low risk for a low immediate payoff, but expect that rest of
the world is going to push you toward Java 7 later this year, and plan
accordingly.
--
Ross A. Baker
ba...@alumni.indiana.edu
Indianapolis, IN, USA