diff --git a/_layouts/downloadpage.html b/_layouts/downloadpage.html index 46e89719b..315a6e47a 100644 --- a/_layouts/downloadpage.html +++ b/_layouts/downloadpage.html @@ -83,6 +83,7 @@

Other ways to install Scala

Download the Scala binaries for
Need help running the binaries? +
  • Using SDKMAN!, you can easily install Scala with sdk install scala.
  • Use Scastie 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.
  • Try Scala in the browser via ScalaFiddle. This lets you run single-file Scala programs in your browser using Scala.js, including graphical/interactive examples such as Oscilloscope or Ray Tracer
  • Get Ammonite, a popular Scala REPL