Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: markspace <-@.> Newsgroups: comp.lang.java.programmer Subject: Re: Java 8 Lambda binary snapshot Date: Sat, 12 Nov 2011 19:14:53 -0800 Organization: A noiseless patient Spider Lines: 22 Message-ID: References: <4ebeee82$0$292$14726298@news.sunsite.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Injection-Date: Sun, 13 Nov 2011 03:14:56 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="XjIWM99mD7Ijfdu600oVPA"; logging-data="11629"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+qElh4g32k0Sk5zNS8OkI64UzbQNxVgb4=" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20111105 Thunderbird/8.0 In-Reply-To: <4ebeee82$0$292$14726298@news.sunsite.dk> Cancel-Lock: sha1:yeahUDMqW5uCn5Z/TZe8H6IntYQ= Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:9897 On 11/12/2011 2:09 PM, Arne Vajhøj wrote: > Requiring a Java 7 java to execute Java 8 javac output is forward > compatible not backward compatible. Hmm, I guess I was thinking of "Java 8 is not backwards compatible with Java 7 JVM," although there may be subtleties to that term that I'm not understanding. > And AFAIK then Java has never promised or intended being > forward compatible. My main goal was to point out to folks here who may try that snapshot that "it's not all there yet" so they didn't spend too much time spinning their wheels if they found something that didn't run. Likely, it's the JDK that probably isn't 100% yet, not the coder.