File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ title: "Overview"
6
6
This section gives an overview of the most important language additions in Scala 3.
7
7
The new features address four major concerns:
8
8
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.
13
13
14
14
Scala 3 also drops a number of features that were used rarely, or where experience showed
15
15
that 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