From 9756aa35c9a72487d7062086ea576c92d7306c65 Mon Sep 17 00:00:00 2001 From: Chris Allen Date: Sat, 31 May 2014 19:51:17 -0500 Subject: [PATCH] Added Kmett's recommendations for category theory --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 014dd6e..186da35 100644 --- a/README.md +++ b/README.md @@ -188,6 +188,8 @@ If you want to follow up on the type and category theory: - http://www.cs.cmu.edu/~rwh/plbook/book.pdf Harper's Practical Foundations for Programming Languages is the best PL focused intro to type theory I've read. +- http://www.quora.com/Category-Theory/What-is-the-best-textbook-for-Category-theory?share=1 Kmett's recommendations + - http://en.wikibooks.org/wiki/Haskell/Category_theory nice diagrams - http://www.haskell.org/haskellwiki/Category_theory good links to other resources