Skip to content

Real World Functional Programming with ZIO

Notifications You must be signed in to change notification settings

lukastymo/zio-workshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Download the repository as a zip archive.
  2. Unzip the archive, usually by double-clicking on the file.
  3. Configure the source code files in the IDE or text editor of your choice.

From the Command Line

  1. Open up a terminal window.

  2. Clone the repository.

    git clone git@github.com:jdegoes/zio-workshop.git
  3. Launch sbt.

    ./sbt
  4. Enter continuous compilation mode.

    sbt:zio-workshop> ~ compile

Solutions

Legal

Copyright© 2019 John A. De Goes. All rights reserved.

About

Real World Functional Programming with ZIO

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 79.3%
  • Shell 20.7%