aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2015-10-23 15:44:52 +0200
committerMartin Odersky <odersky@gmail.com>2015-10-23 15:44:52 +0200
commit87098e63c2796387c598513a2af2d8f2d1aae91b (patch)
tree206b3f5463360c6d5d432f8ac9d24247092525ed /docs
parent41825fb1ec51b397aaa9c15b1f24109a9607a981 (diff)
downloaddotty-87098e63c2796387c598513a2af2d8f2d1aae91b.tar.gz
dotty-87098e63c2796387c598513a2af2d8f2d1aae91b.tar.bz2
dotty-87098e63c2796387c598513a2af2d8f2d1aae91b.zip
fix typos
Diffstat (limited to 'docs')
-rw-r--r--docs/2015-10-23-dotty-compiler-bootstraps.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/2015-10-23-dotty-compiler-bootstraps.md b/docs/2015-10-23-dotty-compiler-bootstraps.md
index 556147d13..cdd472b7f 100644
--- a/docs/2015-10-23-dotty-compiler-bootstraps.md
+++ b/docs/2015-10-23-dotty-compiler-bootstraps.md
@@ -5,7 +5,7 @@ by: Martin Odersky and Dmitry Petrashko
title: We Got LiftOff! The Dotty Compiler for Scala Bootstraps.
---
-## We Got Liftoff
+## We Got Liftoff!
The [Dotty project](https://github.com/lampepfl/dotty)
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
needed to
- make it more robust, in particular when analyzing incorrect programs,
- - improve the efficiency of generated code,
- improve error messages and warnings,
+ - improve the efficiency of some of the generated code,
- embed it in external tools such as sbt, REPL, IDEs,
- remove restrictions on what Scala code can be compiled,
- help in migrating Scala code that will have to be changed.
@@ -51,12 +51,12 @@ needed to
Over the coming weeks and months, we plan to work on the following topics:
- - Make snapshot releases
- - Get the Scala standard library to compile,
- - Work on SBT integration of the compiler
- - Work on IDE support
- - Investigate best way we can implement a REPL,
- - Work on the build-infrastructure.
+ - Make snapshot releases.
+ - Get the Scala standard library to compile.
+ - Work on SBT integration of the compiler.
+ - Work on IDE support.
+ - Investigate the best way to obtaining a REPL.
+ - Work on the build infrastructure.
If you want to get your hands dirty with any of this, now is a good moment to get involved!
To get started: <https://github.com/lampepfl/dotty>.