forked from scala/scala3
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clarify the purpose of the website https://dotty.epfl.ch
- Loading branch information
Showing
4 changed files
with
4 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,6 @@ | ||
--- | ||
layout: index | ||
redirectFrom: /docs/index.html | ||
nightlyOf: https://docs.scala-lang.org/scala3/reference/ | ||
--- | ||
|
||
Dotty is the project name for technologies that are considered for inclusion in Scala 3. Scala has | ||
pioneered the fusion of object-oriented and functional programming in a typed setting. Scala 3 will | ||
be a big step towards realizing the full potential of these ideas. Its main objectives are to | ||
|
||
- become more opinionated by promoting programming idioms we found to work well, | ||
- simplify where possible, | ||
- eliminate inconsistencies and surprising behaviors, | ||
- build on strong foundations to ensure the design hangs well together, | ||
- consolidate language constructs to improve the language’s consistency, safety, ergonomics, and performance. | ||
|
||
In this documentation you will find information on how to use the Dotty compiler on your machine, | ||
navigate through the code, setup Dotty with your favorite IDE and more! | ||
|
||
This website contains the developer documentation of the Scala 3 compiler. It targets developers interested in contributing to the compiler, or learning its internals. If you want to learn how to use Scala, go [here](https://docs.scala-lang.org/). |