Hacker News new | ask | show | jobs
by AheadOfTime295 3321 days ago
A non-backwards compatible syntax would lower the barrier to all breaking changes.

Language spec [1], replacing the standard library [2], etc.

[1] Disallow implicit conversions between unrelated types https://github.com/lampepfl/dotty/pull/2060

[2] Remove parallel collections from scala-library https://github.com/scala/scala/pull/5603