From 9e6e47fcd849267d4e188cd79afc8319cb403519 Mon Sep 17 00:00:00 2001 From: Gildo Fiorito Date: Sun, 18 Oct 2015 16:52:48 +0200 Subject: [PATCH] Update free-programming-books.md Added **Mostly Adequate Guide to Functional Programming** to Programming Paradigms --- free-programming-books.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index a7914f9e..5ab0ec04 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -561,7 +561,7 @@ Original Source: [List of freely available programming books](http://web.archive #### Programming Paradigms * [Introduction to Functional Programming](http://www.cl.cam.ac.uk/teaching/Lectures/funprog-jrh-1996/) (class lectures and slides) * [Type Theory and Functional Programming](https://www.cs.kent.ac.uk/people/staff/sjt/TTFP/) - +* [Mostly Adequate Guide to Functional Programming](https://drboolean.gitbooks.io/mostly-adequate-guide/) #### Regular Expressions * [Learn Regex The Hard Way](http://regex.learncodethehardway.org/book/) - Zed. A. Shaw -- GitLab