Hacker News new | ask | show | jobs
by paulddraper 3269 days ago
Yes. It's essentially Scala 3 (though that is a rather foreboding, Python 3 like name).

It's being developed separately from Scala 2. For example, it interops with 2.11 but not 2.12.

1 comments

> It's being developed separately from Scala 2. > For example, it interops with 2.11 but not 2.12.

The Scala 2.12 compiler will soon compile the Scala 3 compiler [1]

[1] https://github.com/lampepfl/dotty/pull/2827