Scala 2.12.0-RC1 released
issues.scala-lang.org
Scala 2.12.0-RC1 released
1–10 of 17 posts
Re: Scala 2.12.0-RC1 released
#2too bad they require JDK8 while App Engine supports only JDK7 :(
Re: Scala 2.12.0-RC1 released
#3too bad they require JDK8 while App Engine supports only JDK7 :(
Try https://kotlinlang.org/.
It works with JDK 6+.
Re: Scala 2.12.0-RC1 released
#4too 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 )
Re: Scala 2.12.0-RC1 released
#5Keen 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
#6too 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
#7too 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
#8Re: Scala 2.12.0-RC1 released
#9too bad they require JDK8 while App Engine supports only JDK7 :(
doesn't the Flexible Environment fit for you? https://cloud.google.com/appengine/docs
Re: Scala 2.12.0-RC1 released
#10Here is the 2.12 roadmap
http://www.scala-lang.org/news/2.12-roadmap