aboutsummaryrefslogtreecommitdiff
path: root/docs/blog/_posts/2015-10-23-dotty-compiler-bootstraps.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/blog/_posts/2015-10-23-dotty-compiler-bootstraps.md')
-rw-r--r--docs/blog/_posts/2015-10-23-dotty-compiler-bootstraps.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/blog/_posts/2015-10-23-dotty-compiler-bootstraps.md b/docs/blog/_posts/2015-10-23-dotty-compiler-bootstraps.md
index b6ee44020..02f2825e2 100644
--- a/docs/blog/_posts/2015-10-23-dotty-compiler-bootstraps.md
+++ b/docs/blog/_posts/2015-10-23-dotty-compiler-bootstraps.md
@@ -3,6 +3,7 @@ layout: blog
author: Martin Odersky and Dmitry Petrashko
title: "We got liftoff!"
subTitle: The Dotty compiler for Scala bootstraps.
+excerpt_separator: <!--more-->
---
The [Dotty project](https://github.com/lampepfl/dotty)
@@ -16,6 +17,8 @@ Today we reached an important milestone: the Dotty compiler can
compile itself, and the compiled compiler can act as a drop-in for the
original one. This is what one calls a *bootstrap*.
+<!--more-->
+
## Why is this important?
The main reason is that this gives us a some validation of the