Welcome to the official repository for Functional Scala, a workshop taught by John A. De Goes, which introduces attendees to functional programming in Scala.
Depending on which workshop you are in, you will work through one or more segments of the following chapters:
- Functional Essentials
- Functional Abstractions
- Functional Effects
- Functional Applications
- Functional Arts
- Download the repository as a zip archive.
- Unzip the archive, usually by double-clicking on the file.
- Configure the source code files in the IDE or text editor of your choice.
-
Open up a terminal window.
-
Create a new directory.
mkdir functional-scala
-
Navigate to the new directory.
cd functional-scala
-
Clone the repository.
git clone git@github.com:jdegoes/functional-scala.git .
-
Launch
sbt
../sbt
-
Enter continuous compilation mode.
sbt:Functional Scala> ~ compile
Copyright© 2018 John A. De Goes. All rights reserved.