• JibStyle209@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    I like the lack of multithreading because it makes programming Emacs extensions simpler.

    • terminal_prognosis@alien.topB
      link
      fedilink
      English
      arrow-up
      1
      ·
      10 months ago

      Yep - there’s a reason asyncio event loop programming is popular in Python/JS/Rust etc… People act like it’s a crusty old inferior technique to the delights of multi-threading. In reality it often keeps things much simpler, is very powerful, and only leads to blocking behavior when it’s badly coded.