forked from shipilev/jdk8-lambda-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
28 lines (20 loc) · 1.13 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
JDK8 Lambda Samples
--------------------------------------------------------------------------
**** DISCLAIMER: ****
**** At the present moment, Project Lambda is in heavy development. ****
**** These tests may fail to compile, fail to run, or fail the ****
**** assertions due to syntactic and semantic changes in JDK. ****
One more time time:
THESE TESTS REFLECT THE CURRENT STATE OF LAMBDA, AND NOT THE FINAL JDK8
These tests were used on local JUGs to highlight different things about
upcoming Project Lambda (support for lambda expressions in Java 8). The
tests are by no means extensive or complete, and really are the collateral.
The general discussion about the implementation of Project Lambda:
http://mail.openjdk.java.net/mailman/listinfo/lambda-dev
JSR335 EG observers lists:
http://mail.openjdk.java.net/mailman/listinfo/lambda-libs-spec-observers
http://mail.openjdk.java.net/mailman/listinfo/lambda-spec-observers
Binary builds for JDK8 with Lambda support:
http://jdk8.java.net/lambda
General information about the project:
http://openjdk.java.net/projects/lambda/