Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!.POSTED!not-for-mail From: Roedy Green Newsgroups: comp.lang.java.programmer Subject: Re: Java 8 Lambda binary snapshot Date: Sat, 12 Nov 2011 04:53:18 -0800 Organization: Canadian Mind Products Lines: 27 Message-ID: <9rlsb7teq42l20sb53qlr5seop7evvpprf@4ax.com> References: Reply-To: Roedy Green NNTP-Posting-Host: Z2l1DcCELS0rATq8NqV4Sw.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org X-Notice: Filtered by postfilter v. 0.8.2 X-Newsreader: Forte Agent 6.00/32.1186 Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:9872 On Fri, 11 Nov 2011 12:55:08 -0800, markspace <-@.> wrote, quoted or indirectly quoted someone who said : >Lambda dev and the compiler group (and possibly others) published a >binary snapshot of the current state of lambdas and closures for Java. > >http://jdk8.java.net/lambda/ I was just updating the summaries for the various JDK versions, and I realised I do know the code names for Java 8 and 9. 7 was split in two, so it may also be called dolphin. Anyone know? see http://mindprod.com/jgloss/jdkreleasedates.html -- Roedy Green Canadian Mind Products http://mindprod.com Windows is a case-insensitive operating system, but that does not mean you can forget about case. For example, Let us assume you have a file called Abc.txt in C:\temp, and a file called aBc.txt in D:\temp and you type copy C:\temp\abC.txt D:\temp. What is the name of the file in D:\temp when you are done? 1) Abc.txt 2) aBc.txt 3) abC.txt 4) abc.txt 5) ABC.txt Hint, the answer rhymes with the most popular word in advertising.