Marcin Rzeźnicki - Building a web library using super hard Haskell

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

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

  • @teresarzeznicka8889
    @teresarzeznicka8889 4 года назад +7

    Gratuluję synu ! 💝

  • @teresarzeznicka8889
    @teresarzeznicka8889 4 года назад +6

    Marcin,synu - bywaj wszędzie tam,gdzie ludzie coś wspólnie robią ...Tam czeka na Ciebie szansa! Zaskoczy Cię znienacka !

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

    Great breakdown of "fancy" Haskell. I've never used Custom type errors before but now I might after seeing this talk.

  • @McCrackenJoel
    @McCrackenJoel 4 года назад +2

    So why does Marcin give his FFI functions IO types, and then justify that they are pure and don't need them? Seems like it would make a lot more sense to write a simple wrapper in C that is referrentially transparent and use that without unsafePerformIO.