All samples require a working Scala installation. The latest Scala SDK can be downloaded here: Scala Download
The samples in Getting started are mostly adopted from the Tour of Scala which is a great place to get started with Scala in depth.
cd getting-started
scala <filename>.scala
All samples can be started by calling the scala command..
cd functional-programming