From 0730942861d49bee1bb8af314418b1e7ba489d37 Mon Sep 17 00:00:00 2001 From: Michael Sloan Date: Fri, 11 Oct 2013 17:33:12 -0700 Subject: [PATCH] Add Parallel and Concurrent Programming in Haskell, and YAHT (Yet Another Haskell Tutorial --- free-programming-books.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index 46c15fb7..439a508d 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -310,6 +310,8 @@ * [Learn You a Haskell](http://learnyouahaskell.com/) * [Real World Haskell](http://book.realworldhaskell.org/) * [Wikibook Haskell](http://en.wikibooks.org/wiki/Haskell) +* [Yet Another Haskell Tutorial](http://hal3.name/docs/daume02yaht.pdf) (PDF) +* [Parallel and Concurrent Programming in Haskell](http://chimera.labs.oreilly.com/books/1230000000929) ###HTML / CSS -- GitLab