Welcome to the official repository for Functional Scala, a workshop taught by John A. De Goes, which introduces attendees to functional programming in Scala.
The workshop will cover material in the following sections:
- Functional Essentials
- Functional Abstractions
In addition, three-day versions of the workshop will cover select topics from ZIO Workshop.
- 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 [email protected]:jdegoes/functional-scala.git .
-
Launch
sbt
../sbt
-
Enter continuous compilation mode.
sbt:Functional Scala> ~ compile
Copyright© 2018-2019 John A. De Goes. All rights reserved.