Thursday, April 19, 2012

Brian Goetz State of the Lambda: Libraries Edition

Brian Goetz had written about the state of the lambda for the libraries modifications.

In the article he explains about the the API's parallelism modifications, the stream functions that would be added to the API and how this modifications affects the actual collection library and how the engineering are working in a solution to add the lambda expression to the actual collection API.

The Link is the following:

http://cr.openjdk.java.net/~briangoetz/lambda/collections-overview.html

Let me know what do you think about the State of the Lambda article?

No comments:

Post a Comment

Read files in Java 10 ways How to Read a File in Java Using BufferedReader and FileReader for Text Files Code Example: try (BufferedR...