Parallel/Digest: Difference between revisions
< Parallel
Line 5: | Line 5: | ||
== Archives == | == Archives == | ||
# [http://www.well-typed.com/blog/ | # [http://www.well-typed.com/blog/62 2011-12-24] - (news catch up) | ||
# [http://www.well-typed.com/blog/60 2011-10-06] - dataflow | |||
# [http://www.well-typed.com/blog/58 2011-08-21] - strategy | # [http://www.well-typed.com/blog/58 2011-08-21] - strategy | ||
# [http://www.well-typed.com/blog/56 2011-07-22] - par and pseq | # [http://www.well-typed.com/blog/56 2011-07-22] - par and pseq |
Revision as of 20:52, 24 December 2011
The Parallel Haskell Digest is a newsletter aiming to show off all the work that's going on using parallelism and concurrency in the Haskell community.
We hope to offer a monthly recap of news, interesting blog posts and discussions about parallelism in Haskell. For people who are new to parallelism and concurrency in Haskell, or maybe just have a passing interest, we hope to offer small tastes of parallelism and concurrency, with regular features like the Word of Month, Featured Code and Parallel Puzzlers.
Archives
- 2011-12-24 - (news catch up)
- 2011-10-06 - dataflow
- 2011-08-21 - strategy
- 2011-07-22 - par and pseq
- 2011-06-16 - Parallel Arrays
- 2011-05-11 - Threads
- 2011-03-31 - Spark and Hulk