From 82f666f9ba7fa7f5afa9e3e0ce32bdf98987bf72 Mon Sep 17 00:00:00 2001 From: Braxton Christensen Date: Thu, 15 Oct 2020 20:35:45 -0600 Subject: [PATCH] feat(addition): add mostly adequate guide (#4182) - add Mostly Adequate Guide to FP --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 29afc51a..470d8844 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -1655,6 +1655,7 @@ Kerridge (PDF) (email address *requested*, not required) * [Neural Networks with JavaScript Succinctly](https://www.syncfusion.com/ebooks/neural-networks-with-javascript-succinctly) - James McCaffrey * [Oh My JS](https://web.archive.org/web/20150317231950/https://leanpub.com/ohmyjs/read) - Azat Mardanov * [Patterns For Large-Scale JavaScript Application Architecture](http://addyosmani.com/largescalejavascript/) - Addy Osmani +* [Professor Frisby’s Mostly Adequate Guide to Functional Programming](https://mostly-adequate.gitbooks.io/mostly-adequate-guide/content/) - Brian Lonsdorf * [Programming JavaScript Applications](https://www.oreilly.com/library/view/programming-javascript-applications/9781491950289/) * [Speaking JavaScript](http://speakingjs.com/es5/) - Dr. Axel Rauschmayer * [The JavaScript Tutorial](http://javascript.info)