File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ title: "Overview"
66This section gives an overview of the most important language additions in Scala 3.
77The new features address four major concerns:
88
9- - [ Consistency] ( consistency ) - improve orthogonality and eliminate restrictions.
10- - [ Safety] ( safety ) - enable precise domain modeling and safe refactoring.
11- - [ Ergonomics] ( ergonomics ) - support readable and concise code.
12- - [ Performance] ( performance ) - remove performance penalties for high-level code.
9+ - [ Consistency] ( http://dotty.epfl.ch/docs/reference/overview.html# consistency) - improve orthogonality and eliminate restrictions.
10+ - [ Safety] ( http://dotty.epfl.ch/docs/reference/overview.html# safety) - enable precise domain modeling and safe refactoring.
11+ - [ Ergonomics] ( http://dotty.epfl.ch/docs/reference/overview.html# ergonomics) - support readable and concise code.
12+ - [ Performance] ( http://dotty.epfl.ch/docs/reference/overview.html# performance) - remove performance penalties for high-level code.
1313
1414Scala 3 also drops a number of features that were used rarely, or where experience showed
1515that they tended to cause problems. These are listed separately in the [ Dropped Features] ( http://dotty.epfl.ch/docs ) section.
You can’t perform that action at this time.
0 commit comments