parconc-examples
parconc-examples copied to clipboard
Sample code to accompany the book "Parallel and Concurrent Programming in Haskell"
Cloning from master and `stack build` produces the error pasted below. I tried the recommended action to add to extra-deps but it seemed to lead me down an endless path...
**I'm currently looking to run the ping.hs program example under the distrib-ping directory and to that end im trying to build the executables with cabal.** on building parconc as directed...
In [chat example](https://www.oreilly.com/library/view/parallel-and-concurrent/9781449335939/ch12.html#sec_chat) from Chapter 12, it seems to me that there is no guarantee that when two users kick each other at the same time, only one of the...
Hlinting
Thanks for the book. I wish that I had bought it sooner. It is one of the few programming / haskell books that explains some of the mysteries in a...
The Repa code uses repa-devil, and the latest version of that package requires transformers
Shell.nix can allow nix users to build a working environment with haskell-language-server to follow along with the book.