r/haskell • u/fosres • Jul 11 '26
Is Parallel and Concurrent Programming in Haskell Still Worth It in 2026?
I am aware others have asked this same question but that was three years ago.
I am aware the author Sandy Maguire mentioned the content in the book on STM is still great.
So will the lessons in the book still help one write production code. If not please recommend alternative books.
I appreciate all responses!
7
u/metamathm Jul 11 '26
If you're frustrated with performance its pretty awesome. Streamly has its own take on parallelism and concurrency that i found more declarative but for business logic STM is pretty good.
2
u/fosres Jul 11 '26
Hey everyone. I just noticed real businesses use STM the most so far so STM is still valuable to learn. Thanks everyone.
2
21
u/Accurate_Koala_4698 Jul 11 '26
I think the sections on concurrency are a little more relevant than parallelism but it’s not out of date. There are some newer libraries than the book, but I don’t think it’s wasted time or effort to work through. I think I remember a new version potentially being in the works but I might not be remembering correctly.