Skip to content

Commit 87098e6

Browse files
committed
fix typos
1 parent 41825fb commit 87098e6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/2015-10-23-dotty-compiler-bootstraps.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ by: Martin Odersky and Dmitry Petrashko
55
title: We Got LiftOff! The Dotty Compiler for Scala Bootstraps.
66
---
77

8-
## We Got Liftoff
8+
## We Got Liftoff!
99

1010
The [Dotty project](https://github.com/lampepfl/dotty)
1111
is a platform to develop new technology for Scala
@@ -41,8 +41,8 @@ Far from it! The compiler is still very rough. A lot more work is
4141
needed to
4242

4343
- make it more robust, in particular when analyzing incorrect programs,
44-
- improve the efficiency of generated code,
4544
- improve error messages and warnings,
45+
- improve the efficiency of some of the generated code,
4646
- embed it in external tools such as sbt, REPL, IDEs,
4747
- remove restrictions on what Scala code can be compiled,
4848
- help in migrating Scala code that will have to be changed.
@@ -51,12 +51,12 @@ needed to
5151

5252
Over the coming weeks and months, we plan to work on the following topics:
5353

54-
- Make snapshot releases
55-
- Get the Scala standard library to compile,
56-
- Work on SBT integration of the compiler
57-
- Work on IDE support
58-
- Investigate best way we can implement a REPL,
59-
- Work on the build-infrastructure.
54+
- Make snapshot releases.
55+
- Get the Scala standard library to compile.
56+
- Work on SBT integration of the compiler.
57+
- Work on IDE support.
58+
- Investigate the best way to obtaining a REPL.
59+
- Work on the build infrastructure.
6060

6161
If you want to get your hands dirty with any of this, now is a good moment to get involved!
6262
To get started: <https://github.com/lampepfl/dotty>.

0 commit comments

Comments
 (0)