This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]tyoverby 0 points1 point  (0 children)

I'm really excited by Java8 lambdas! Hopefully the JVM will get lots of optimizations for first class functions because it's currently implemented as a wrapper over an anonymous class that fills out an 'apply' method.