From 38e30dbf916b728f681106f4187050cafdbbd92c Mon Sep 17 00:00:00 2001 From: Dzmitry Lahoda Date: Mon, 15 Jul 2019 20:33:31 +0300 Subject: [PATCH] Add Mathematics Seven Sketches in Compositionality (#3317) * Add Mathematics Seven Sketches in Compositionalit * Update free-programming-books.md --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 3de3a5ccd..071f53572 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -482,6 +482,7 @@ * [Power Programming with Mathematica](http://mathematica.stackexchange.com/questions/16485/are-you-interested-in-purchasing-david-wagners-power-programming-with-mathemat/22724) - David B. Wagner * [Probability and Statistics Cookbook](http://statistics.zone) * [Probability and Statistics EBook](http://wiki.stat.ucla.edu/socr/index.php/Probability_and_statistics_EBook) +* [Seven Sketches in Compositionality: An Invitation to Applied Category Theory](https://arxiv.org/pdf/1803.05316.pdf) - Brendan Fong and David I. Spivak (PDF) * [Statistics Done Wrong](http://www.statisticsdonewrong.com) - Alex Reinhart * [Think Bayes: Bayesian Statistics Made Simple](http://www.greenteapress.com/thinkbayes/) - Allen B. Downey * [Think Stats: Probability and Statistics for Programmers](http://greenteapress.com/thinkstats/) - Allen B. Downey (using Python)