Erster Java Closures Prototype im openjdk
0 Comments Published by Christian Ullenboom on Sonntag, August 10, 2008 at Sonntag, August 10, 2008.Von http://gafter.blogspot.com/2008/08/java-closures-prototype-feature.html:
The complete source code, released under GPLv2, is in the project's openjdk repository. A binary build, suitable for use with an existing JDK6, is at http://www.javac.info/closures.tar.gz. Other related documents are on the website http://www.javac.info/
Neu sind Method references aus dem FCM proposal:
{ String => int } parseInt = Integer#parseInt(String);
int x = parseInt.invoke("42");Damit wird es immer wahrscheinlicher, dass es Closures in Java 7 gibt, obwohl Zeitpunkt und Inhalte immer noch nicht feststehen.
Labels: Java 7


0 Responses to “Erster Java Closures Prototype im openjdk”
Kommentar veröffentlichen