Using MonadIO to Execute Our Assembly EDSL

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

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

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

    love it, these vids are like gold

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

      Glad you're finding them valuable! Lemme know if there's anything you'd like to see.

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

      @@GilliCode If you ever felt like covering some exception handling things id love to learn more. Specifically how to use MonadThrow, MonadCatch or MonadError and ExceptT would be useful to me. Kinda lost in the exception handling approaches. The way you explained MonadIO was great, maybe you can help me understand some of these exception Monad constraints too and why id wanna use them.

    • @GilliCode
      @GilliCode  2 года назад

      @@el_carbonara I took a stab at ExceptT before: ruclips.net/video/Vb6d3FZJqVc/видео.html
      This assembly language probably would be a great spot to show off some of the other constraints, however, so I'll keep that in mind for future features!