Slide 37
Slide 37 text
Dry-effects philosophy
Algebraic Effects can do what side effects
do but more explicitly
Dry-effects want to put you in control of
function effects in your application.
They are harder to control, and understand,
must be used more cautiously
Writing code that way takes more time, but it
scales better, and crashes less