Archive for November, 2009

Nov 27 2009

Closures Are in Again

Published by Tony under Java, News

According to Sun, the controversial language feature, Closures, that was previously removed from the JDK 7 feature list has now been added in again (via).  I’m looking forward to the JSR on this one.  While I can’t see it being more elegant that using Scala, it will definitely make certain algorithms much nicer to implement in Java.

No responses yet