• rtxn@lemmy.worldM
    link
    fedilink
    English
    arrow-up
    18
    ·
    7 months ago

    I feel the same way about Haskell. Every program I’ve used is either a “Look at what else Haskell can do!” example, or an endorsement of universal packages whenever I have to update 200 haskell modules.

    • PoolloverNathan@programming.dev
      link
      fedilink
      arrow-up
      5
      ·
      7 months ago

      ↑ This. Haskell makes it super easy to get good CLI filters. All you need to do is interact and process the string it gives you. You’ll automatically get streaming behavior because of laziness without lifting a finger.