Readit News logoReadit News
egeozcan · 8 years ago
Dotty is apparently the "next generation compiler for Scala": http://dotty.epfl.ch/
paulddraper · 8 years 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.

AheadOfTime295 · 8 years ago
> 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

idyllei · 8 years ago
Dotty is a great project to follow on GitHub if you want to take a look at some very high-quality Scala code. [1]

I like to take a look at /compiler/src/dotty/tools/dotc to whet my appetite from time to time [2].

[1] https://github.com/lampepfl/dotty [2] https://github.com/lampepfl/dotty/tree/master/compiler/src/d...

thechao · 8 years ago
This is some language; not the graph layout package.
amelius · 8 years ago
hota_mazi · 8 years ago
It's the new language that the creator of Scala is now working on.
systems · 8 years ago
i thought dotty is a new compiler for scala, not a new language

does it break compatibility with current version of scala

thechao · 8 years ago
I've never heard of dotty-the-language before this morning, but have been a long-time dotty user. I was hoping to help antialias the name collision for others.

On a different note: I've noticed that HN is starting by to develop the drive-by-I-disagree-voting that Reddit has. That's unfortunate.

merb · 8 years ago
It is what will become Scala V3 (eventually)
sjrd · 8 years ago