File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ title: We Got LiftOff! The Dotty Compiler for Scala Bootstraps.
8
8
9
9
The Dotty project is a platform to develop new technology for Scala
10
10
tooling and to try out concepts of future Scala language versions.
11
- Its compiler is a completely new design intended to reflect the
11
+ Its compiler is a new design intended to reflect the
12
12
lessons we learned from work with the Scala compiler. A clean redesign
13
13
today will let us iterate faster with new ideas in the future.
14
14
15
15
Today we reached an important milestone: The Dotty compiler can
16
16
compile itself, and the compiled compiler can act as a drop-in for the
17
- original one. This is what one calls a " bootstrap" .
17
+ original one. This is what one calls a * bootstrap* .
18
18
19
19
## Why is this important?
20
20
You can’t perform that action at this time.
0 commit comments