Live data from Hacker News

Scala 2.12.0-RC1 released

issues.scala-lang.org

1–10 of 17 posts

Re: Scala 2.12.0-RC1 released

#5
Keen eye! The release is tagged and the artifacts are indeed on maven central, but we are holding the official announcement for a few days to be able to launch with a nice set of community libraries already published. So much for flying under the radar :-)

Re: Scala 2.12.0-RC1 released

#6

too bad they require JDK8 while App Engine supports only JDK7 :(

True Scala 2.12 generates byte code that requires a Java 8 VM. Scala 2.11 will be supported for a while longer, with as many as the 2.12 features implemented there first (those that don't require Java 8).

Re: Scala 2.12.0-RC1 released

#7
post #4

too bad they require JDK8 while App Engine supports only JDK7 :(

What does this mean? They probably require JDK8 for compiling/building the class files, but can you target 1.7? See target flag for javac ( http://stackoverflow.com/a/21206909 )

AFAIK no, 2.12 does a lot to be compatible with equivalent native features of JVM 8. The way to target JVM 7 bytecode is to stick with Scala 2.11.

Re: Scala 2.12.0-RC1 released

#8
post #4

too bad they require JDK8 while App Engine supports only JDK7 :(

What does this mean? They probably require JDK8 for compiling/building the class files, but can you target 1.7? See target flag for javac ( http://stackoverflow.com/a/21206909 )

[deleted]
Post reply on HN