From c203ed1c5ad7f78a08cee6badc95277ef1a0e76b Mon Sep 17 00:00:00 2001 From: Charles-Axel Dein Date: Thu, 7 Jun 2018 14:50:37 +0200 Subject: [PATCH] Add why you should learn FP --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 60eb4cc..3d07dd2 100644 --- a/README.md +++ b/README.md @@ -333,6 +333,7 @@ JavaScript is such a pervasive language that it's almost required learning. * [Jargon from the functional programming world](https://github.com/hemanth/functional-programming-jargon) * [Goodbye, Object Oriented Programming](https://medium.com/@cscalfani/goodbye-object-oriented-programming-a59cda4c0e53#.39ax09e4k) +* [Functional Programming & Haskell](https://www.youtube.com/watch?v=LnX3B9oaKzw): some good reasons to learn FP! ### Over-engineering