タグ

Reactとprogramに関するefclのブックマーク (1)

  • Algebraic Effects for the Rest of Us — overreacted

    Algebraic Effects for the Rest of UsJuly 21, 2019 Have you heard about algebraic effects? My first attempts to figure out what they are or why I should care about them were unsuccessful. I found a few pdfs but they only confused me more. (There’s something about academic pdfs that makes me sleepy.) But my colleague Sebastian kept referring to them as a mental model for some things we do inside of

    efcl
    efcl 2019/07/22
    JavaScript風味の言語でのAlgebraic Effectsのポイント解説。 try-catch and throw的に上に伝搬するだけじゃなくて、それを`haddle`することができ`resume`して処理を戻すことができることで、メインの処理の分離、割り込みを差し込める点
  • 1