Re: Java 8 Lambda binary snapshot
- From: Arved Sandstrom <asandstrom3minus1@xxxxxxxxxxx>
- Date: Sat, 12 Nov 2011 06:36:09 -0400
On 11-11-11 08:38 PM, markspace wrote:
On 11/11/2011 4:20 PM, Lew wrote:Truth be told I am anticipating the entire set of Java 8 features, not
I look at Java closures as just syntactic sugar for anonymous
interface implementations, and conversely, as anonymous interface
implementations as a poor-man's closure.
I think it's fortunate that Java developers aren't going to have to
absorb everything about closures and lambda expressions in one go. The
current implementation allows folks to digest the new lambda expressions
in a smaller portion size.
But yes I'd like to understand better the theory behind it too.
Especially as Brian Goetz (and probably others) seems to want to drive
parallelism into Java by using SAM literals. More information is always
good, imo.
just the bulk-data operations + lambdas. For what I do in real life, for
example, the modularity work will probably be more important.
I'm onside with Lew's take on these things. Also, I look at the fact
that in real life (that is to say, "on the job") it is unlikely that any
client environment I work in will be using Java 7 before Java 8 comes
out, and that it is unlikely (based on experience) that Java 8 itself
will be used by a large percentage of my clients before, say, 2015.
AHS
--
You should know the problem before you try to solve it.
Example: When my son was three he cried about a problem with his hand. I
kissed it several times and asked him about the problem. He peed on his
hand.
-- Radia Perlman, inventor of spanning tree protocol
.
- Follow-Ups:
- Re: Java 8 Lambda binary snapshot
- From: Arne Vajhøj
- Re: Java 8 Lambda binary snapshot
- From: Arne Vajhøj
- Re: Java 8 Lambda binary snapshot
- References:
- Re: Java 8 Lambda binary snapshot
- From: Lew
- Re: Java 8 Lambda binary snapshot
- Prev by Date: Re: A strange behaviour of a File property
- Next by Date: Re: Java 8 Lambda binary snapshot
- Previous by thread: Re: Java 8 Lambda binary snapshot
- Next by thread: Re: Java 8 Lambda binary snapshot
- Index(es):
Relevant Pages
|