You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
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
Yves S. Garret
unread,
Sep 12, 2012, 1:03:26 PM9/12/12
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
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!!!!
Kaz Kylheku
unread,
Sep 12, 2012, 2:18:41 PM9/12/12
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
On 2012-09-12, Yves S. Garret <yoursurr...@gmail.com> wrote:
> How cute, they're making baby-steps to catch up.
... with C++
Yves S. Garret
unread,
Sep 12, 2012, 2:24:57 PM9/12/12
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
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.
alessio...@manydesigns.com
unread,
Sep 13, 2012, 5:41:21 AM9/13/12
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
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.
D Herring
unread,
Sep 20, 2012, 10:46:46 PM9/20/12
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message