Lambda: A Peek Under the Hood by Brian Goetz

21 Sep 2014


Lambda: A Peek Under the Hood

The big language features for Java SE 8 are lambda expressions (closures) and default methods (formerly called defender methods or virtual extension methods). Adding…

Interesting discussion on the implementation of lambdas and justifications related to the JVM.

Looking for more content? Check out other posts with the same tags: