2017-12-05 18:05:46 +00:00
|
|
|
# scala
|
2017-12-05 18:04:46 +00:00
|
|
|
|
2017-12-05 18:11:22 +00:00
|
|
|
> Scala application launcher and interactive interpreter.
|
2019-05-23 11:56:50 +01:00
|
|
|
> More information: <https://scala-lang.org>.
|
2017-12-05 18:04:46 +00:00
|
|
|
|
2017-12-06 16:43:07 +00:00
|
|
|
- Start a Scala interactive shell (REPL):
|
2017-12-05 18:04:46 +00:00
|
|
|
|
|
|
|
`scala`
|
|
|
|
|
2017-12-06 16:40:15 +00:00
|
|
|
- Execute a Scala script:
|
2017-12-05 18:04:46 +00:00
|
|
|
|
|
|
|
`scala {{script.scala}}`
|
|
|
|
|
|
|
|
- Execute a .jar program:
|
|
|
|
|
|
|
|
`scala {{filename.jar}}`
|
|
|
|
|
|
|
|
- Execute a single Scala command in the command line:
|
|
|
|
|
|
|
|
`scala -e {{command}}`
|