Skip to content

Commit 0240b87

Browse files
committed
remove commented-out stuff
1 parent 5d4a904 commit 0240b87

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

_layouts/maindownloadpage.html

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -3,37 +3,6 @@
33
---
44

55

6-
<!-- <h3>Installing Scala</h3>
7-
8-
For resources on getting started programming in Scala, have a look at the <a href="{{ site.baseurl }}/documentation/getting-started.html">Getting Started guide</a>.
9-
10-
First, here are the most popular ways to install Scala on your machine: -->
11-
12-
<!-- <ul>
13-
<li><a href="{{ site.baseurl }}/download/">Download the Scala distribution</a>,
14-
unpack the archive, and launch <code>scala</code> (in the <code>bin</code> folder).
15-
This starts the interactive Scala interpreter (aka the "REPL").
16-
The standard batch compiler can be invoked from the command line as <code>scalac</code>.
17-
We recommend one of the build tools that support Scala:
18-
<ul>
19-
<li><a href="http://www.scala-sbt.org/">sbt</a>,</li>
20-
<li>maven with the <a href="http://davidb.github.com/scala-maven-plugin/index.html">Scala plugin</a>,</li>
21-
<li>or the <a href="http://www.gradle.org/docs/current/userguide/scala_plugin.html">Scala plugin for gradle</a>.</li>
22-
</ul>
23-
</li>
24-
<li>Install one of the Scala IDEs: the <a href="http://scala-ide.org/">Scala IDE</a> (based on Eclipse),
25-
<a href="http://www.jetbrains.com/idea/">IntelliJ IDEA</a> with the Scala plugin,
26-
or <a href="http://netbeans.org/">NetBeans IDE</a> with the Scala plugin</li>
27-
<ul><li>
28-
The Scala IDE and IntelliJ IDEA both support <strong><a href="https://github.com/scala-ide/scala-worksheet/wiki/Getting-Started">Scala worksheets</a></strong>, interactive Scala documents that are continuously evaluated line-by-line. Worksheets are an excellent way to experiment with Scala while still being able to save your code as in file and reuse it later on.
29-
</li></ul>
30-
</li>
31-
<li><a href="http://typesafe.com/platform/getstarted">Typesafe Activator</a> is a one-click way to get started creating applications with Scala,
32-
Akka and Play Framework. Activator comes with <a href="http://typesafe.com/activator/templates">dozens of templates</a> to help you get started quickly.
33-
<a href="http://typesafe.com/activator/template/contribute">Create your own template</a> to help programmers discover and quickly get up to speed with
34-
your own project, or <a href="https://github.com/typesafehub/activator/">contribute to Activator itself</a>!</li>
35-
</ul> -->
36-
376
<h3>Additional information</h3>
387

398
You can find the links to prior versions or the latest development version below.

0 commit comments

Comments
 (0)