@@ -5,7 +5,7 @@ by: Martin Odersky and Dmitry Petrashko
5
5
title : We Got LiftOff! The Dotty Compiler for Scala Bootstraps.
6
6
---
7
7
8
- ## We Got Liftoff
8
+ ## We Got Liftoff!
9
9
10
10
The [ Dotty project] ( https://github.com/lampepfl/dotty )
11
11
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
41
41
needed to
42
42
43
43
- make it more robust, in particular when analyzing incorrect programs,
44
- - improve the efficiency of generated code,
45
44
- improve error messages and warnings,
45
+ - improve the efficiency of some of the generated code,
46
46
- embed it in external tools such as sbt, REPL, IDEs,
47
47
- remove restrictions on what Scala code can be compiled,
48
48
- help in migrating Scala code that will have to be changed.
@@ -51,12 +51,12 @@ needed to
51
51
52
52
Over the coming weeks and months, we plan to work on the following topics:
53
53
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.
60
60
61
61
If you want to get your hands dirty with any of this, now is a good moment to get involved!
62
62
To get started: < https://github.com/lampepfl/dotty > .
0 commit comments