aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDmitry Petrashko <dark@d-d.me>2016-05-09 10:56:52 -0400
committerDmitry Petrashko <dark@d-d.me>2016-05-09 10:56:52 -0400
commitb3232de77b9d6890eee630ff546732b473fedf92 (patch)
treefcd7c799270878488c83f8de76680ccfc0dae48d /README.md
parent7124da9606a3d780366bb06a89a56ebc347144dc (diff)
downloaddotty-b3232de77b9d6890eee630ff546732b473fedf92.tar.gz
dotty-b3232de77b9d6890eee630ff546732b473fedf92.tar.bz2
dotty-b3232de77b9d6890eee630ff546732b473fedf92.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7b573b721..94450278d 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ theory behind these constructors is researched in
a calculus for dependent object types.
####Current status:
- _Technology preview_: currently unsupported, may not be functionally complete, and not suitable for deployment in production.
+ _Technology preview_: currently unsupported, may be functionally incomplete or unsuitable for production use.
####Is it going to be the future Scala?
Yes, eventually.
@@ -24,13 +24,13 @@ See [github contributors page](https://github.com/lampepfl/dotty/graphs/contribu
| Feature | Status |
|---------------------------------------------------------------------------------------------------------|---------------------|
| Union, Intersection and [Literal singleton types](http://docs.scala-lang.org/sips/pending/42.type.html) | Implemented |
-| Fast compilation (phase fusion) | Implemented |
+| Fast compilation(phase fusion) | Implemented |
| [Trait parameters](http://docs.scala-lang.org/sips/pending/trait-parameters.html) | Implemented |
| [@Static methods and fields](https://github.com/scala/scala.github.com/pull/491) | Implemented |
| Colored Repl | Implemented |
| Sbt incremental build | Implemented |
| Non-blocking lazy vals | Implemented |
-| Option-less pattern matching(based on [name-based patmat](https://github.com/scala/scala/pull/2848)) | Under consideration |
+| Option-less pattern matching(based on [name-based patmat](https://github.com/scala/scala/pull/2848)) | Implemented |
| | |
| Non-boxed arrays of value classes | In progress |
| Working contravariant implicits | In progress |