From 8b9326d221affb687b137fd10a963b53b1f928e5 Mon Sep 17 00:00:00 2001 From: Chris Allen Date: Fri, 30 May 2014 15:03:27 -0500 Subject: [PATCH] Added multithreaded inc dev testing example --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5340b6e..f399110 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,8 @@ If you need JavaScript, you probably want Purescript for generating JS. Purescri This book by Simon Marlow is probably the best I've ever read on the topics of Parallelism and Concurrency: http://chimera.labs.oreilly.com/books/1230000000929 +A thorough walk-through on testing & incremental development of a multi-threaded application in Haskell: http://kukuruku.co/hub/haskell/haskell-testing-a-multithread-application + http://www.haskell.org/haskellwiki/Functional_Reactive_Programming ## Recursion Schemes