|
|
|
|
|
by tekacs
3321 days ago
|
|
Folks commenting on the willingness to make breaking changes in 'Scala' should note that this is Dotty, an upcoming very eventual breaking replacement for Scala (think Python 3 or perhaps even Perl 6 but less radical than the latter). For now, to quote the authors, it's a: 'Research platform for new language concepts and compiler technologies for Scala' So this is exactly the right place to test this sort of concept. |
|
And this is a huge breaking change: if they make it you won't be able to convert your Scala 2.1X code to Dotty/Scala 3 by simply fixing all the compiler errors; you'll either need a foolproof automated conversion tool or to hand-audit your entire codebase.