aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2015-10-23 15:37:59 +0200
committerMartin Odersky <odersky@gmail.com>2015-10-23 15:37:59 +0200
commit41825fb1ec51b397aaa9c15b1f24109a9607a981 (patch)
treed8e94534519238035210af6e9ce3f54d79a01cce /docs
parent5612697342f14645b401205d84fb121b3117e3bb (diff)
downloaddotty-41825fb1ec51b397aaa9c15b1f24109a9607a981.tar.gz
dotty-41825fb1ec51b397aaa9c15b1f24109a9607a981.tar.bz2
dotty-41825fb1ec51b397aaa9c15b1f24109a9607a981.zip
fix typos
Diffstat (limited to 'docs')
-rw-r--r--docs/2015-10-23-dotty-compiler-bootstraps.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/2015-10-23-dotty-compiler-bootstraps.md b/docs/2015-10-23-dotty-compiler-bootstraps.md
index 5435df49b..556147d13 100644
--- a/docs/2015-10-23-dotty-compiler-bootstraps.md
+++ b/docs/2015-10-23-dotty-compiler-bootstraps.md
@@ -7,7 +7,8 @@ title: We Got LiftOff! The Dotty Compiler for Scala Bootstraps.
## We Got Liftoff
-The Dotty project is a platform to develop new technology for Scala
+The [Dotty project](https://github.com/lampepfl/dotty)
+is a platform to develop new technology for Scala
tooling and to try out concepts of future Scala language versions.
Its compiler is a new design intended to reflect the
lessons we learned from work with the Scala compiler. A clean redesign
@@ -25,7 +26,7 @@ and many things can go wrong. By far the worst things that can go
wrong are bugs where incorrect code is produced. It's not fun debugging code that looks perfectly
fine, yet gets translated to something subtly wrong by the compiler.
-Having the compile compile itself is a good test to demonstrate that
+Having the compiler compile itself is a good test to demonstrate that
the generated code has reached a certain level of quality. Not only is
a compiler a large program (44k lines in the case of dotty), it is
also one that exercises a large part of the language in quite
@@ -58,4 +59,5 @@ Over the coming weeks and months, we plan to work on the following topics:
- 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>.