File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ <h1 id="why-dotty">Why Dotty?</h1>
6
6
technologies for Scala. The focus is mainly on simplification. We
7
7
remove extraneous syntax (e.g. no XML literals), and try to boil
8
8
down Scala’s types into a smaller set of more fundamental
9
- constructors . The theory behind these constructors is researched in
9
+ constructs . The theory behind these constructs is researched in
10
10
< a href ="https://infoscience.epfl.ch/record/215280 "> DOT</ a > , a
11
11
calculus for dependent object types.
12
12
</ p >
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ and the compiler supporting them.
13
13
If you’re not familiar with Dotty, it's a platform to try out new language concepts and compiler
14
14
technologies for Scala. The focus is mainly on simplification. We remove extraneous syntax
15
15
(e.g. no XML literals), and try to boil down Scala’s types into a smaller set of more fundamental
16
- constructors . The theory behind these constructors is researched in
16
+ constructs . The theory behind these constructs is researched in
17
17
[ DOT] ( https://infoscience.epfl.ch/record/215280 ) , a calculus for dependent object types.
18
18
You can learn more about Dotty on our [ website] ( http://dotty.epfl.ch ) .
19
19
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ and the compiler supporting them.
13
13
If you’re not familiar with Dotty, it's a platform to try out new language concepts and compiler
14
14
technologies for Scala. The focus is mainly on simplification. We remove extraneous syntax
15
15
(e.g. no XML literals), and try to boil down Scala’s types into a smaller set of more fundamental
16
- constructors . The theory behind these constructors is researched in
16
+ constructs . The theory behind these constructs is researched in
17
17
[ DOT] ( https://infoscience.epfl.ch/record/215280 ) , a calculus for dependent object types.
18
18
You can learn more about Dotty on our [ website] ( http://dotty.epfl.ch ) .
19
19
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ title: "Dotty Documentation"
5
5
6
6
Dotty is a platform to try out new language concepts and compiler technologies for Scala.
7
7
The focus is mainly on simplification. We remove extraneous syntax (e.g. no XML literals),
8
- and try to boil down Scala’s types into a smaller set of more fundamental constructors .
9
- The theory behind these constructors is researched in DOT, a calculus for dependent object types.
8
+ and try to boil down Scala’s types into a smaller set of more fundamental constructs .
9
+ The theory behind these constructs is researched in DOT, a calculus for dependent object types.
10
10
11
11
In this documentation you will find information on how to use the Dotty compiler on your machine, navigate through
12
12
the code, setup Dotty with your favorite IDE and more!
You can’t perform that action at this time.
0 commit comments