Scala Functional Composition and the Kleisli with Scalaz and Cats (Live coding by example)

Поделиться
HTML-код
  • Опубликовано: 9 ноя 2024

Комментарии • 10

  • @vetiarvind
    @vetiarvind 2 года назад +1

    Namaste, this was my first tutorial that I looked for Kleisli and it totally clarifies what appeared like an arcane topic. Thank you!

  • @krunoslavuzelac8809
    @krunoslavuzelac8809 6 лет назад +2

    Excellent video Alexander! Very easy to follow and understand. Keep them coming :)

  • @mircea_h
    @mircea_h 5 лет назад +2

    Excellent demo, thank you ! One constructive comment, if i may, you can use Alt+/ in intellij, it is text-match autocomplete. Looks like it would save you a lot of copy pasting.

  • @sherwin96
    @sherwin96 4 года назад +1

    Awesome video!!! Can you also make a video series on the basics of the cats or the scalaz library covering things like functors and monads?

    • @appliedfunctor
      @appliedfunctor  4 года назад +1

      Do you mean theory or in practice? In the sister video to this one (the talk I gave at Scala Exchange) I speak about monads and functors and the basics of functional composition. While I have a practice recording here, the actual recording of that talk is hosted at the skillsmatter site under skills casts. Thank you for the feedback and suggestion, will consider for future videos.

  • @marcinbieli
    @marcinbieli 3 года назад

    Awasome ! Thx for clean explanation ;-)

  • @teC5
    @teC5 6 лет назад +1

    awesome explanation. cleared it up for me

  • @FdikxfkkxZDFEWDCjdjSSa
    @FdikxfkkxZDFEWDCjdjSSa 6 лет назад

    This is AWESOME! THX

  • @abelgerli
    @abelgerli 3 года назад +1

    Sometimes you have to see the example code to appreciate and understand the kleisli.

  • @delightful-ish
    @delightful-ish 9 месяцев назад

    A tutorial targeted at people who implicitly know what a monad transformer is but don't know how to for comprehension.