Java May Get Closures: Functional Programming on the March!
Gilad Bracha has a substantive proposal to add closures to Java (for those familiar with .NET but not Java, this is generally equivalent to adding delegates and C# 2.0's anonymous delegates). The proposal has slightly cleaner syntax than what is in C# but I believe would reprise an issue …
more ...