Anatolii Kmetiuk - Practical Introduction to Basic Cats Typeclasses. ScalaUA2018

preview_player
Показать описание
Anatolii Kmetiuk - Practical Introduction to Basic Cats Typeclasses. ScalaUA2018

Purely functional programming is a powerful style that allows to reduce mental load on the programmer and make the code more modular and less interdependent. To facilitate programming in functional style, libraries like Cats were created. In this talk, we will discuss the motivation for and usage of the basic type classes of Cats library.

Рекомендации по теме
Комментарии
Автор

Hi There, Pls share the git link for the code explained in the demo .Thanks

PremSagar-jyhe
Автор

The monadic flow is nicely motivated.

Returning a null, though not advisable, is not really a side-effect.

JanekBogucki