47
47
< div class ="scala-logo-container ">
48
48
< img src ="images/dotty-logo-white.svg " alt ="logo " />
49
49
< div class ="subtitle text-center ">
50
- < h1 id ="dotty " class ="above-byline "> Dotty </ h1 >
50
+ < h1 id ="dotty " class ="above-byline "> Scala 3 </ h1 >
51
51
< p > A next-generation compiler for Scala</ p >
52
52
< p > (scroll down for more info)</ p >
53
53
</ div >
@@ -57,8 +57,8 @@ <h1 id="dotty" class="above-byline">Dotty</h1>
57
57
< section class ="page bg-blue bg-dark ">
58
58
< div class ="container ">
59
59
60
- < h1 id ="getting-started "> Try Dotty </ h1 >
61
- < p > If you are a Mac user, you can install Dotty with < a href ="https://brew.sh/ "> brew</ a > :</ p >
60
+ < h1 id ="getting-started "> Try Scala 3 </ h1 >
61
+ < p > If you are a Mac user, you can install Scala 3 with < a href ="https://brew.sh/ "> brew</ a > :</ p >
62
62
< pre > < code > brew install lampepfl/brew/dotty</ code > </ pre >
63
63
64
64
< p > If you are a Linux or Windows user, download the < a href ="https://github.com/lampepfl/dotty/releases "> latest release</ a > . Optionally add path of the folder < code > bin/</ code > to the system environment variable < code > PATH</ code > . </ p >
@@ -68,17 +68,17 @@ <h1 id="getting-started">Try Dotty</h1>
68
68
69
69
< p > To start the REPL, run: < code > scala</ code > .</ p >
70
70
71
- < p > Or, you can try Dotty in your browser with < a href ="https://scastie.scala-lang.org/?target=dotty "> Scastie</ a > .</ p >
71
+ < p > Or, you can try Scala 3 in your browser with < a href ="https://scastie.scala-lang.org/?target=dotty "> Scastie</ a > .</ p >
72
72
73
- < h1 id ="getting-started-with-a-project "> Create a Dotty Project</ h1 >
74
- < p > The fastest way to create a new project in Dotty is using < a href ="http://www.scala-sbt.org/ "> sbt (1.1.4+)</ a > .</ p >
73
+ < h1 id ="getting-started-with-a-project "> Create a Scala 3 Project</ h1 >
74
+ < p > The fastest way to create a new project in Scala 3 is using < a href ="http://www.scala-sbt.org/ "> sbt (1.1.4+)</ a > .</ p >
75
75
76
- < p > Create a Dotty project:</ p >
76
+ < p > Create a Scala 3 project:</ p >
77
77
< pre > < code > sbt new < a href ="https://github.com/lampepfl/dotty.g8 "> lampepfl/dotty.g8</ a > </ code > </ pre >
78
78
79
- < p > Or a Dotty project that cross compiles with Scala 2:</ p >
79
+ < p > Or a Scala 3 project that cross compiles with Scala 2:</ p >
80
80
< pre > < code > sbt new < a href ="https://github.com/lampepfl/dotty-cross.g8 "> lampepfl/dotty-cross.g8</ a > </ code > </ pre >
81
81
82
- < p > For documentation see the < a href ="https://github.com/lampepfl/dotty-example-project "> Dotty Example Project</ a > .</ p >
82
+ < p > For documentation see the < a href ="https://github.com/lampepfl/dotty-example-project "> Scala 3 Example Project</ a > .</ p >
83
83
</ div >
84
84
</ section >
0 commit comments