Skip to content

Commit 21964ba

Browse files
committed
Install page - Remove Scastie references.
Scastie is not a way for _installing_ or downloading Scala into a local machine, which is what the title of the page says. There are links to Scastie directly from main page. Also, when I tried the link to Scalafiddle it seem not to be working. If it is another playground like Scastie, should it be linked from the scala-lang page?
1 parent 16b1375 commit 21964ba

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

_includes/downloads-scala2.html

-7
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,6 @@ <h2>Ways to Install This Release</h2>
3333
<li>With <a href="https://www.macports.org/">MacPorts</a>, you can get Scala using
3434
<code>sudo port install scala2.x</code>command.<br /> For example to install Scala 2.12 simply
3535
use<code>sudo port install scala2.12</code></li>
36-
<li>Use <a href="https://scastie.scala-lang.org">Scastie</a> to run single-file Scala programs in your browser using
37-
multiple Scala compilers; the production Scala 2.x compilers, Scala.js, Dotty, and Typelevel Scala. Save and share
38-
executable Scala code snippets.</li>
39-
<li>Try Scala in the browser via <a href="https://scalafiddle.io/">ScalaFiddle</a>. This lets you run single-file
40-
Scala programs in your browser using Scala.js, including graphical/interactive examples such as <a
41-
href="https://scalafiddle.io/sf/KOsXSKv/0">Oscilloscope</a> or <a href="https://scalafiddle.io/sf/4beVrVc/1">Ray
42-
Tracer</a></li>
4336
<li><a href="https://ammonite.io/">Get Ammonite</a>, a popular Scala REPL</li>
4437
</ul>
4538
</div>

_includes/downloads-scala3.html

-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ <h2>Ways to Install This Release</h2>
3131
<li>On macOS you can also use <a href="https://brew.sh/">Homebrew</a> and run the following commands:<br>
3232
<code>brew update</code><br /><code>brew install scala</code>
3333
</li>
34-
<li>Use <a href="https://scastie.scala-lang.org/?target=scala3">Scastie</a> to run single-file Scala programs in
35-
your browser using multiple Scala compilers; the production Scala 2.x compilers, Scala.js, Scala 3, and Typelevel
36-
Scala. Save and share executable Scala code snippets.</li>
3734
</ul>
3835
</div>
3936
{% include download-resource-list.html %}

0 commit comments

Comments
 (0)