From the current issue of the Java Developer Newsletter, received today:
Best-Kept Secrets Surrounding Java 8
Did you know that the schedule for upcoming features in JDK 8 are
available now on the OpenJDK site? How about that you can try out
the new functional programming concept "lambda expressions"
(AKA closures) now?
On Wednesday, September 12, 2012 12:07:11 PM UTC-4, Alberto Riva wrote:
> From the current issue of the Java Developer Newsletter, received today:
> Best-Kept Secrets Surrounding Java 8
> Did you know that the schedule for upcoming features in JDK 8 are
> available now on the OpenJDK site? How about that you can try out
> the new functional programming concept "lambda expressions"
> (AKA closures) now?
> So sad...
> Alberto
How cute, they're making baby-steps to catch up. Aww... look at the baby pictures. Isn't that the cutest baby you've ever seen? Yeah... wait, it's not the cutest baby you've ever seen? What you mean it's the ugliest baby you've ever seen?!?!?! OFF WITH YOUR HEAD!!!!
On Wednesday, September 12, 2012 2:18:45 PM UTC-4, Kaz Kylheku wrote:
> On 2012-09-12, Yves S. Garret <yoursurrogate...@gmail.com> wrote:
> > How cute, they're making baby-steps to catch up.
> ... with C++
To be fair, this message from Sun (Oracle's little poodle) is dripping with marketing nonsense, so the message itself is absurd from the start. However, the fact that Java is sort of a joke in this department is very serious.
> From the current issue of the Java Developer Newsletter, received today:
> Best-Kept Secrets Surrounding Java 8
> Did you know that the schedule for upcoming features in JDK 8 are
> available now on the OpenJDK site? How about that you can try out
> the new functional programming concept "lambda expressions"
> (AKA closures) now?
> So sad...
It's also sad that "lambda expressions" in Java 8 are not really lambda expressions; they're not functions (there are no first-class functions in Java, the closest thing are method references which they're also adding in 8). Lambdas are mainly just syntax sugar for anonymous inner classes, a feature Java has had almost from the start.
> From the current issue of the Java Developer Newsletter, received today:
> Best-Kept Secrets Surrounding Java 8
> Did you know that the schedule for upcoming features in JDK 8 are
> available now on the OpenJDK site? How about that you can try out
> the new functional programming concept "lambda expressions"
> (AKA closures) now?