Skip to content

Commit 3aa6fef

Browse files
committed
Change readme to reflect current state
1 parent 87098e6 commit 3aa6fef

File tree

1 file changed

+23
-7
lines changed

1 file changed

+23
-7
lines changed

README.md

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,29 @@ dotty
33

44
[![Build Status](https://travis-ci.org/lampepfl/dotty.png?branch=master)](https://travis-ci.org/lampepfl/dotty)
55

6-
Dotty is a platform to try out new language concepts and compiler technologies for Scala. The focus is mainly on simplification. We remove extraneous syntax (e.g. no XML literals), and try to boil down Scala's types into a smaller set of more fundamental constructors. The theory behind these constructors is researched in [DOT](http://www.cs.uwm.edu/~boyland/fool2012/papers/fool2012_submission_3.pdf), a calculus for dependent object types.
7-
8-
The dotty compiler is largely a new design. It takes a more functional approach than current scalac, paired with aggressive caching to achieve good performance. At present, only the frontend (parser and type-checker) exists; the transformation and code generation phases remain to be written. Some parts, in particular those that have to do with configuration and input/output are derived from the Scala compiler.
9-
10-
We expect that, over time, some of the new technologies explored in this project will find their way into future versions of Scala. At present it is too early to say which ones and when.
11-
12-
If you want to try it out, to get started have a look at https://github.com/lampepfl/dotty/wiki/Getting-Started.
6+
Dotty is a platform to try out new language concepts and compiler
7+
technologies for Scala. The focus is mainly on simplification. We
8+
remove extraneous syntax (e.g. no XML literals), and try to boil down
9+
Scala's types into a smaller set of more fundamental constructors. The
10+
theory behind these constructors is researched in
11+
[DOT](http://www.cs.uwm.edu/~boyland/fool2012/papers/fool2012_submission_3.pdf),
12+
a calculus for dependent object types.
13+
14+
The dotty compiler is largely a new design. It takes a more functional
15+
approach than current scalac, paired with aggressive caching to
16+
achieve good performance. Some parts, in particular those that have to
17+
do with configuration and input/output are ported from the Scala
18+
compiler. The compiler is fully functional, in particular it can
19+
compile itself. But there's more work needed (and planned) on
20+
polishing rough edges, improving diagnostics, improving compilation
21+
speed, and embedding in other tools.
22+
23+
We expect that, over time, some of the new technologies explored in
24+
this project will find their way into future versions of Scala. At
25+
present it is too early to say which ones and when.
26+
27+
If you want to try it out, to get started have a look at
28+
https://github.com/lampepfl/dotty/wiki/Getting-Started.
1329

1430
Developers mailing list is https://groups.google.com/forum/#!forum/dotty-internals.
1531

0 commit comments

Comments
 (0)