You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: _layouts/downloadpage.html
+1
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,7 @@ <h2>Other ways to install Scala</h2>
83
83
<aid="download-binaries">Download the Scala binaries for <spanid="users-os"></span></a>
84
84
<br/><spanclass="install"><ahref="{{ site.baseurl }}/download/install.html">Need help running the binaries?</a></span>
85
85
</li>
86
+
<li>Use <ahref="https://sdkman.io">SDKMAN!</a> for a convenient single-command CLI installation.</li>
86
87
<li>Use <ahref="https://scastie.scala-lang.org">Scastie</a> to run single-file Scala programs in your browser using multple Scala compilers; the production Scala 2.x compilers, Scala.js, Dotty, and Typelevel Scala. Save and share executable Scala code snippets.</li>
87
88
<li>Try Scala in the browser via <ahref="https://scalafiddle.io/">ScalaFiddle</a>. This lets you run single-file Scala programs in your browser using Scala.js, including graphical/interactive examples such as <ahref="https://scalafiddle.io/sf/KOsXSKv/0">Oscilloscope</a> or <ahref="https://scalafiddle.io/sf/4beVrVc/1">Ray Tracer</a></li>
88
89
<li><ahref="http://ammonite.io/">Get Ammonite</a>, a popular Scala REPL</li>
0 commit comments