Przeglądaj źródła

Merge pull request #1645 from gildo/patch-2

Update free-programming-books.md
victor felder 10 lat temu
rodzic
commit
cdca86c0dc
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      free-programming-books.md

+ 1 - 1
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