1
- Dotty (https://dotty.epfl.ch )
2
- Copyright 2012-2024 EPFL
3
- Copyright 2012-2024 Lightbend, Inc.
1
+ Scala 3 (https://www.scala-lang.org )
2
+ Copyright 2012-2025 EPFL
3
+ Copyright 2012-2025 Lightbend, Inc. dba Akka
4
4
5
5
Licensed under the Apache License, Version 2.0 (the "License"):
6
6
http://www.apache.org/licenses/LICENSE-2.0
@@ -11,12 +11,13 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11
11
See the License for the specific language governing permissions and
12
12
limitations under the License.
13
13
14
- The dotty compiler frontend has been developed since November 2012 by Martin
15
- Odersky. It is expected and hoped for that the list of contributors to the
16
- codebase will grow quickly. Dotty draws inspiration and code from the original
17
- Scala compiler "nsc", which is developed at scala/scala [ 1] .
14
+ The Scala 3 compiler is also known as Dotty. The Dotty compiler
15
+ frontend has been developed since November 2012 by Martin Odersky. It
16
+ is expected and hoped for that the list of contributors to the
17
+ codebase will grow quickly. Dotty draws inspiration and code from the
18
+ original Scala 2 compiler "nsc", which is still developed at scala/scala [ 1] .
18
19
19
- The majority of the dotty codebase is new code, with the exception of the
20
+ The majority of the Dotty codebase is new code, with the exception of the
20
21
components mentioned below. We have for each component tried to come up with a
21
22
list of the original authors in the scala/scala [ 1] codebase. Apologies if some
22
23
major authors were omitted by oversight.
@@ -28,7 +29,7 @@ major authors were omitted by oversight.
28
29
29
30
* dotty.tools.dotc.classpath: The classpath handling is taken mostly as is
30
31
from scala/scala [ 1] . The original authors were Grzegorz Kossakowski,
31
- Michał Pociecha, Lukas Rytz, Jason Zaugg and others.
32
+ Michał Pociecha, Lukas Rytz, Jason Zaugg and others.
32
33
33
34
* dotty.tools.dotc.config: The configuration components were adapted and
34
35
extended from scala/scala [ 1] . The original sources were authored by Paul
0 commit comments