From 54e3ffa78f575803bcfe2c2ae72a5aaaf27f7ea7 Mon Sep 17 00:00:00 2001 From: Phil Freeman Date: Mon, 4 Aug 2014 22:50:13 -0700 Subject: [PATCH 1/2] Include PureScript Book --- free-programming-books.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index 0c6f393e8..738745e82 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -128,6 +128,7 @@ * [Processing](#processing) * [Prolog](#prolog) * [Constraint Logic Programming](#constraint-logic-programming-extended-prolog) +* [PureScript] (#purescript) * [Python](#python) * [Django](#django) * [Flask](#flask) @@ -1410,6 +1411,8 @@ See also [TeX](#tex) #### Constraint Logic Programming (extended Prolog) * [A Gentle Guide to Constraint Logic Programming via ECLiPSe](http://anclp.pl/) +### PureScript +* [PureScript By Example](http://leanpub.com/purescript/) ### Python * [A Beginner's Python Tutorial](http://en.wikibooks.org/wiki/A_Beginner%27s_Python_Tutorial) From 08372d741976a364521dda6a94fb9b68d8aeddb1 Mon Sep 17 00:00:00 2001 From: Phil Freeman Date: Mon, 4 Aug 2014 22:55:59 -0700 Subject: [PATCH 2/2] Update free-programming-books.md --- 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 738745e82..08539448c 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -1412,7 +1412,7 @@ See also [TeX](#tex) * [A Gentle Guide to Constraint Logic Programming via ECLiPSe](http://anclp.pl/) ### PureScript -* [PureScript By Example](http://leanpub.com/purescript/) +* [PureScript By Example](http://leanpub.com/purescript/read) - Phil Freeman ### Python * [A Beginner's Python Tutorial](http://en.wikibooks.org/wiki/A_Beginner%27s_Python_Tutorial)