forked from scala/scala
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
36 lines (25 loc) · 962 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Scala Distribution
------------------
The Scala distribution requires Java 1.8 or above.
Please report bugs at https://issues.scala-lang.org/.
We welcome contributions at https://github.com/scala/scala!
Scala Tools
-----------
- scala Scala interactive interpreter
- scalac Scala compiler
- fsc Scala resident compiler
- scaladoc Scala API documentation generator
- scalap Scala classfile decoder
Run the command "scalac -help" to display the list of available
compiler options.
Installation
------------
Decompress the archive and run the above commands directly from `bin` directory.
We recommend adding the full path of the `bin` directory to the `PATH`
environment variable.
Licenses
--------
Scala is licensed under the standard 3-clause BSD license,
included in the distribution as the file `doc/LICENSE.md`.
The licenses of the software included in the Scala distribution can
be found in the `doc/licenses` directory.