Skip to content

Source code for "ZIO by example" blog post.

Notifications You must be signed in to change notification settings

ioleo/zio-by-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZIO by example

Source code for "ZIO by example" blog post.

Hello World

The most basic of all applications. Prints "Hello world!" to the console. Included to show how to interpret the program description written in ZIO.

Tic-Tac-Toe

Simple command line application. Turn-based game with global state, modular design and modal interface. Included to show how to compose program from small, easily testable modules.

About

Source code for "ZIO by example" blog post.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages