From 049357fe02903effb0c3bef92b674ba37271683d Mon Sep 17 00:00:00 2001 From: Chris Allen Date: Wed, 24 Feb 2016 09:46:47 -0600 Subject: [PATCH] New resource for laziness --- specific_topics.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/specific_topics.md b/specific_topics.md index 4cf99c1..4698dcd 100644 --- a/specific_topics.md +++ b/specific_topics.md @@ -23,6 +23,8 @@ typeclasses in general but also some Hask-specific category theory: # Laziness, strictness, guarded recursion +- Heinrich Apfelmus' article series at https://hackhands.com/guide-lazy-evaluation-haskell/ is excellent. + - Marlow's [book](http://chimera.labs.oreilly.com/books/1230000000929/ch02.html) about parallelism and concurrency has one of the best introductions to laziness and normal form I've found. Use other material too if it doesn't