aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/features.html
blob: 0f8d4eab23bca2941ba73d576923da1414901d93 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<div class="page teal">
    <div class="centered questions">
        <h1 id="so-features">So, features?</h1>
        <div class="centered-table">
            <table>
                <colgroup>
                    <col width="82%" />
                    <col width="17%" />
                </colgroup>
                <tbody>
                    <tr class="odd">
                        <td>Union, intersection and <a href="http://docs.scala-lang.org/sips/pending/42.type.html">literal singleton types</a></td>
                        <td>Implemented</td>
                    </tr>
                    <tr class="even">
                        <td>Fast compilation (phase fusion)</td>
                        <td>Implemented</td>
                    </tr>
                    <tr class="odd">
                        <td><a href="http://docs.scala-lang.org/sips/pending/trait-parameters.html">Trait parameters</a></td>
                        <td>Implemented</td>
                    </tr>
                    <tr class="even">
                        <td><a href="https://github.com/scala/scala.github.com/pull/491">@@static methods and fields</a></td>
                        <td>Implemented</td>
                    </tr>
                    <tr class="odd">
                        <td>Improved REPL with colors</td>
                        <td>Implemented</td>
                    </tr>
                    <tr class="even">
                        <td>Sbt incremental build</td>
                        <td>Implemented</td>
                    </tr>
                    <tr class="odd">
                        <td>Non-blocking lazy vals</td>
                        <td>Implemented</td>
                    </tr>
                    <tr class="even">
                        <td>Option-less pattern matching (based on <a href="https://github.com/scala/scala/pull/2848">name-based patmat</a>)</td>
                        <td>Implemented</td>
                    </tr>
                    <tr class="odd">
                        <td>Function arity adaptation</td>
                        <td>Implemented</td>
                    </tr>
                    <tr class="even">
                        <td>Multiversal equality</td>
                        <td>Implemented</td>
                    </tr>
                    <tr class="odd">
                        <td>Exhaustivity checks in pattern matching</td>
                        <td>Implemented</td>
                    </tr>
                    <tr class="even">
                        <td>Non-boxed arrays of value classes</td>
                        <td>In progress</td>
                    </tr>
                    <tr class="odd">
                        <td>Working contravariant implicits</td>
                        <td>In progress</td>
                    </tr>
                    <tr class="even">
                        <td><a href="https://github.com/dotty-linker/dotty">Auto-Specialization</a></td>
                        <td>In progress</td>
                    </tr>
                    <tr class="odd">
                        <td><a href="https://github.com/dotty-linker/dotty">Whole program optimizer</a></td>
                        <td>In progress</td>
                    </tr>
                    <tr class="even">
                        <td>HList &amp; HMaps/Record types</td>
                        <td>In progress</td>
                    </tr>
                    <tr class="odd">
                        <td></td>
                        <td></td>
                    </tr>
                    <tr class="even">
                        <td>Implicit functions</td>
                        <td>Considered</td>
                    </tr>
                    <tr class="odd">
                        <td>Effects</td>
                        <td>Considered</td>
                    </tr>
                    <tr class="even">
                        <td>Auto-completion in repl</td>
                        <td>Considered</td>
                    </tr>
                    <tr class="odd">
                        <td>Spec Option-less pattern matching</td>
                        <td>Considered</td>
                    </tr>
                </tbody>
            </table>
        </div>
        <h1 id="talks-on-dotty">Talks on Dotty?</h1>
        <ul>
            <li><a href="https://www.youtube.com/watch?v=WxyyJyB_Ssc">Compilers are Databases</a> by Martin Odersky (<a href="http://www.slideshare.net/Odersky/compilers-are-databases">slides</a>)</li>
            <li><a href="https://www.youtube.com/watch?v=aftdOFuVU1o">Exploring the future of Scala</a> by Dmitry Petrashko (<a href="https://d-d.me/scalaworld2015/#/">slides</a>)</li>
        </ul>
        <h1 id="i-have-more-questions">I have more questions!</h1>
        <div class="centered-text">
            <p>That’s great! We have more details on the <a href="{{ site.baseurl }}/docs">docs</a> and please join our <a href="https://gitter.im/lampepfl/dotty">Gitter channel</a>!</p>
        </div>
    </div>
</div>