Gabriel Volpe - Cats Effect: The IO Monad for Scala

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 พ.ย. 2024

ความคิดเห็น • 11

  • @robinmattheussen2395
    @robinmattheussen2395 5 ปีที่แล้ว +3

    Highly enjoyable talk, and excellent presenter!

  • @gravisan
    @gravisan หลายเดือนก่อน

    I LOL'd loud in the office when I read "side effects are a bug" hahahaha - our whole existence is built on effects (some of them are side)

  • @MeisamRivers
    @MeisamRivers 3 ปีที่แล้ว

    This really shows the power of functional programming and cats effect

  • @onanpetrovich5501
    @onanpetrovich5501 3 ปีที่แล้ว +1

    Very very cool. I'm will take catsIO as a fundamental and important tool. Thanks

  • @marcinbieli
    @marcinbieli 3 ปีที่แล้ว

    Thx for the interesting higest level of Scala patterns!

  • @tushitapatel5782
    @tushitapatel5782 4 หลายเดือนก่อน

    At 5:56 I tried val expr = println("Hey") ; (expr, expr) and it prints twice, just like the expression below. I am getting this wrong?

  • @ilya9485
    @ilya9485 5 ปีที่แล้ว +4

    Is there any link to repo/slides?

    • @gvolpe87
      @gvolpe87 5 ปีที่แล้ว +5

      They are shown in the slides itself at the end of the talk: paidy.github.io/talks/scalaio2018/

  • @no_more_free_nicks
    @no_more_free_nicks 3 ปีที่แล้ว

    12:07 - I tried to implement this, but it claims that:
    value flatMap is not a member of type parameter F[Unit]
    _

    • @szedric
      @szedric 3 ปีที่แล้ว

      import cats.implicits._ to supply the implicit Monad[F[_]] needed for program