zio-workshop
Real World Functional Programming with ZIO
Welcome to the official repository for Real World Functional Programming with ZIO, a workshop taught by John A. De Goes, which introduces attendees to functional programming in Scala.
you will learn how to solve problems in asynchronous, concurrent programming using purely functional ZIO library. work through those following chapters:
Usage
From the UI
- 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.
From the Command Line
-
Open up a terminal window.
-
Clone the repository.
git clone [email protected]:jdegoes/zio-workshop.git
-
Launch
sbt
../sbt
-
Enter continuous compilation mode.
sbt:zio-workshop> ~ compile
Legal
CopyrightΒ© 2019 John A. De Goes. All rights reserved.