To wydarzenie już się odbyło. Sprawdź nadchodzące wydarzenia
Nice Scalaz (and Cats) monads you want to use
Wydarzenie:
Nice Scalaz (and Cats) monads you want to use
Typ wydarzenia:
Spotkanie
Kategoria:
Tematyka:
Data:
11.02.2017 (sobota)
Godzina:
09:00
Język:
angielski
Wstęp:
Bezpłatne
Miasto:
Zaloguj się, by zgłosić zmianę.
Prelegenci:
Opis:
Please register (we want to make sure we have enough space): https://www.eventbrite.com/e/lambda-days-2017-workshops-tickets-31509835767
In this workshow we would like to show you some useful monads that many functional programmers already fell in love with:
- State - one that allows you to simulate stateful computations inside pure functions
- Free - one that let you decouple business logic from side effects
- Task - an alternative to Future that doesn't break monadic laws and let you defer the decision when and how will your computations be run
- Validation - like Either but even more suited for validating data