Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 478 Bytes

scala-tools.md

File metadata and controls

14 lines (12 loc) · 478 Bytes
titletypedescriptionlanguagesnumprevious-pagenext-page
Scala Tools
chapter
This chapter looks at two commonly-used Scala tools, sbt and ScalaTest.
ru
zh-cn
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.
close