From 8dc2889b58d687e09ec39e8829a8a55e9f991006 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gintautas=20=C5=A0vedas?= Date: Sat, 10 Oct 2020 21:31:47 +0300 Subject: [PATCH] Added a book - The Pure Function Pipeline Data Flow v3.0 ---- the Grand Unified Programming Theory. (#3901) --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index c442a154..e2f0b877 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -747,6 +747,7 @@ Kerridge (PDF) (email address *requested*, not required) * [Flow based Programming](http://jpaulmorrison.com/fbp/) - J Paul Morrison * [Introduction to Functional Programming](http://www.cl.cam.ac.uk/teaching/Lectures/funprog-jrh-1996/) - J. Harrison * [Mostly Adequate Guide to Functional Programming](https://www.gitbook.com/book/drboolean/mostly-adequate-guide/details) +* [The Pure Function Pipeline Data Flow v3.0 ---- the Grand Unified Programming Theory](https://github.com/linpengcheng/PurefunctionPipelineDataflow) - Lin Pengcheng * [Type Theory and Functional Programming](https://www.cs.kent.ac.uk/people/staff/sjt/TTFP/) -- GitLab