Maciej Piróg - Effect Handlers: A New Approach to Computational Effects - Lambda Days 2020

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

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

  • @ghostrider2899
    @ghostrider2899 2 года назад +11

    FP is like rabbit hole. More i know, i realize how i know so little.

  • @ghostrider2899
    @ghostrider2899 2 года назад +2

    Good talk, i have understanding about effect handler. i enjoyed the talk

  • @clementdato6328
    @clementdato6328 4 месяца назад

    The effect in demonstration does not throw type errors if lacking handler. It is a runtime error i think

  • @fennecbesixdouze1794
    @fennecbesixdouze1794 11 месяцев назад

    @8:33 A monadic style of programming is not imperative. I imagine Maciej is referring to Haskell's "do" notation? That's just a notation.