Scalalaz Podcast

Issue 55 - Mini QA with John De Goes [EN] [5 min]

Informações:

Sinopse

Cats-effect library lets us implement modules parameterized with an abstract effect F bounded by Sync, Async, etc capabilities, i.e. not choose a concrete effect monad until the very end of the universe. In opposite, AFAIU, John's approach is different. We still describe our algebras with F, but have to implement modules with IO (zio), which doesn't let us easily migrate to a different IO monad later with a simple replace in the Main class. Does John consider it as a weak side of zio? Or such a lib is not even needed if you use the best io impl like ZIO? ))) I know he has proposed some ideas for Cats Effect 2.0. Does he believe he'll be heard by Nedelcu & co? Cats Effect 2.0 Design Discussion Библиотека Cats-effect позволяет реализовывать модули, параметризованные с помощью абстрактного эффекта F, ограниченного возможностями Sync, Async и т.д, т.е библиотека позволяет откладывать выбор конкретного эффекта до самого конца. Подход Джона противоположный, он описывает алгебры с помощью F но заставляет реа