Dotty 0.2.0-RC1
scala-lang.org
Dotty 0.2.0-RC1
1–10 of 20 posts
Re: Dotty 0.2.0-RC1
#2Re: Dotty 0.2.0-RC1
#3Re: Dotty 0.2.0-RC1
#4This is some language; not the graph layout package.
Re: Dotty 0.2.0-RC1
#5Re: Dotty 0.2.0-RC1
#6Re: Dotty 0.2.0-RC1
#7Re: Dotty 0.2.0-RC1
#8Earlier quoted context omitted.
It's the new language that the creator of Scala is now working on.
i thought dotty is a new compiler for scala, not a new language does it break compatibility with current version of scala
Re: Dotty 0.2.0-RC1
#9Earlier quoted context omitted.
i thought dotty is a new compiler for scala, not a new language does it break compatibility with current version of scala
It's a brand new language that looks like Scala but has its own syntax, which is incompatible with Scala's.
The above has been said repeatedly by Martin Odersky (creator of Scala) and the folks on the Scala compiler team in talks and discussions.
Re: Dotty 0.2.0-RC1
#10Earlier quoted context omitted.
i thought dotty is a new compiler for scala, not a new language does it break compatibility with current version of scala
It's a brand new language that looks like Scala but has its own syntax, which is incompatible with Scala's.
Just like Go has "gofix", Scala will have "Scalafix", that will automate migration between Scala 2.x (scalac) and Scala 3.x (Dotty)