From 1b0487fef94ac69ccbd0194eb773aab4a87a260b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stjepan=20Jurekovi=C4=87?= Date: Tue, 18 Jan 2022 14:50:38 +0100 Subject: [PATCH 1/5] Added a book and video by Alexander Granin Hi, Stjepan from Manning here. I thought these contributions might be a good match for your list. Thank you for considering them. Best, --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2832fa2..64c27ec 100644 --- a/README.md +++ b/README.md @@ -497,6 +497,7 @@ ___ * [Grokking Functional Programming](https://www.manning.com/books/grokking-functional-programming) * [Functional Programming in Kotlin](https://www.manning.com/books/functional-programming-in-kotlin) * [Grokking Simplicity](https://www.manning.com/books/grokking-simplicity) +* [Functional Design and Architecture](https://www.manning.com/books/functional-design-and-architecture) --- @@ -739,7 +740,8 @@ ___ * [Pure Functional Database Programming with Fixpoint Types—Rob Norris](https://www.youtube.com/watch?v=7xSfLPD6tiQ) * [Functional JS - Lenses - JavaScript](https://www.livecoding.tv/evilsoft/videos/d5BDO-functional-js-lenses) * ["Point-Free or Die: Tacit Programming in Haskell and Beyond" by Amar Shah](https://www.youtube.com/watch?v=seVSlKazsNk) -* [The fuel for the Functional Programming engine](https://youtu.be/3G9wOODP7y4) - Michal Plachta +* [Michal Plachta - The fuel for the Functional Programming engine](https://youtu.be/3G9wOODP7y4) +* [Alexander Granin - Do we really need OOD and FDD?](https://www.youtube.com/watch?v=KW9U6HMKEgk) --- From 7aeef84d9ee1e7ffec17f85cfd63adc7b035392e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stjepan=20Jurekovi=C4=87?= Date: Thu, 11 Aug 2022 14:58:11 +0200 Subject: [PATCH 2/5] Added Haskell Bookcamp Hi, Stjepan from Manning here. We have a new title on Haskell and I thought it might be a good match for your list of books. Thank you for considering it. Best, --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 64c27ec..64caac1 100644 --- a/README.md +++ b/README.md @@ -498,6 +498,7 @@ ___ * [Functional Programming in Kotlin](https://www.manning.com/books/functional-programming-in-kotlin) * [Grokking Simplicity](https://www.manning.com/books/grokking-simplicity) * [Functional Design and Architecture](https://www.manning.com/books/functional-design-and-architecture) +* [Haskell Bookcamp](https://www.manning.com/books/haskell-bookcamp) --- From 32f8e041b6eac2f784595c99c87b460f4643e874 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stjepan=20Jurekovi=C4=87?= Date: Tue, 23 Aug 2022 13:01:37 +0200 Subject: [PATCH 3/5] Added Jax in Action Hi, Stjepan from Manning here. We have a brand new title on this amazing framework that brings functional programming to deep learning: Jax in Action! I've added it to the list. Thank you for considering it. Best, --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 79cb3e8..26ea956 100644 --- a/README.md +++ b/README.md @@ -503,6 +503,7 @@ ___ * [Functional Programming, Simplified](https://alvinalexander.com/scala/functional-programming-simplified-book/) * [Clojure for the Brave and True](https://www.braveclojure.com/clojure-for-the-brave-and-true/) * [OCaml Programming: Correct + Efficient + Beautiful](https://cs3110.github.io/textbook/cover.html) +* [Jax in Action](https://www.manning.com/books/jax-in-action) --- From 68e8083c54abe560adb783e845d3fed3e8d28002 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stjepan=20Jurekovi=C4=87?= Date: Thu, 27 Oct 2022 12:44:45 +0200 Subject: [PATCH 4/5] Added F# in Action Hi, Stjepan from Manning here. This time I've added our latest title on F# programming language - F# in Action. Thank you for considering it. Best, --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 26ea956..2fb3dfd 100644 --- a/README.md +++ b/README.md @@ -504,6 +504,7 @@ ___ * [Clojure for the Brave and True](https://www.braveclojure.com/clojure-for-the-brave-and-true/) * [OCaml Programming: Correct + Efficient + Beautiful](https://cs3110.github.io/textbook/cover.html) * [Jax in Action](https://www.manning.com/books/jax-in-action) +* [F# in Action](https://www.manning.com/books/f-sharp-in-action) --- From 43c2d3ff0177434928d5e1cbd811aeb2d479d716 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stjepan=20Jurekovi=C4=87?= Date: Fri, 24 Feb 2023 10:16:28 +0100 Subject: [PATCH 5/5] Added Elixir in Action, Third Edition Hi, Stjepan here from Manning. I thought this title might be a good match for your list. Thank you for considering it. Best, --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2fb3dfd..bf45dbf 100644 --- a/README.md +++ b/README.md @@ -505,6 +505,7 @@ ___ * [OCaml Programming: Correct + Efficient + Beautiful](https://cs3110.github.io/textbook/cover.html) * [Jax in Action](https://www.manning.com/books/jax-in-action) * [F# in Action](https://www.manning.com/books/f-sharp-in-action) +* [Elixir in Action, Third Edition](https://www.manning.com/books/elixir-in-action-third-edition) ---