Closures in Java 7

Posted by Schildmeijer on Stack Overflow See other posts from Stack Overflow or by Schildmeijer
Published on 2008-10-24T13:44:24Z Indexed on 2010/05/10 23:24 UTC
Read the original article Hit count: 352

Filed under:
|
|
|

I have heard that closures could be introduced in the next Java standard that is scheduled to be released somewhere around next summer.

What would this syntax look like?

I read somewhere that introducing closures in java is a bigger change than generic was in java 5. Is this true? pros and cons?

(By now we definitely know that closures not will be included in the next Java release)

OR

edit: http://puredanger.com/tech/2009/11/18/closures-after-all/ :D

© Stack Overflow or respective owner

Related posts about java

Related posts about java7