title | type | description | languages | num | previous-page | next-page | ||
---|---|---|---|---|---|---|---|---|
Scala Tools | chapter | This chapter looks at two commonly-used Scala tools, sbt and ScalaTest. |
| 70 | concurrency | tools-sbt |
This chapter introduces two ways to write and run Scala programs:
- by creating Scala projects, possibly containing multiple files, and defining a program entry point,
- by interacting with a worksheet, which is a program defined in a single file, executed line by line.