4747 < div class ="scala-logo-container ">
4848 < img src ="images/dotty-logo-white.svg " alt ="logo " />
4949 < div class ="subtitle text-center ">
50- < h1 id ="dotty " class ="above-byline "> Dotty </ h1 >
50+ < h1 id ="dotty " class ="above-byline "> Scala 3 </ h1 >
5151 < p > A next-generation compiler for Scala</ p >
5252 < p > (scroll down for more info)</ p >
5353 </ div >
@@ -57,8 +57,8 @@ <h1 id="dotty" class="above-byline">Dotty</h1>
5757< section class ="page bg-blue bg-dark ">
5858 < div class ="container ">
5959
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 >
6262 < pre > < code > brew install lampepfl/brew/dotty</ code > </ pre >
6363
6464 < 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>
6868
6969 < p > To start the REPL, run: < code > scala</ code > .</ p >
7070
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 >
7272
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 >
7575
76- < p > Create a Dotty project:</ p >
76+ < p > Create a Scala 3 project:</ p >
7777 < pre > < code > sbt new < a href ="https://github.com/lampepfl/dotty.g8 "> lampepfl/dotty.g8</ a > </ code > </ pre >
7878
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 >
8080 < pre > < code > sbt new < a href ="https://github.com/lampepfl/dotty-cross.g8 "> lampepfl/dotty-cross.g8</ a > </ code > </ pre >
8181
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 >
8383 </ div >
8484</ section >
0 commit comments