stackflow / zio-workshop

Real World Functional Programming with ZIO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Legal

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

About

Real World Functional Programming with ZIO


Languages

Language:Scala 82.3%Language:Shell 17.7%