FunctionalProgramming-List
函数式编程资料索引
-
2017-The Rise and Fall and Rise of Functional Programming (Composable Software)
-
Functional Reactive Programming, first concepts must be looked into further.
-
Jargon from the functional programming world in simple terms!
-
2017-Practical Functional Programming: The presentation attempted to explain functional programming without using concepts like “monads” or “immutability” or “side effects”.
-
左耳朵耗子:什么是函数式编程?: 本文结合递归、map 和 reduce,以及 pipeline 等技术,对比了非函数式编程和函数式编程在解决相同问题时的不同处理思路,让你对函数式编程范式有了清晰明确的认知。并在文末引入了 decorator(修饰器),使得将普通函数管道化成为一件轻而易举的事情。
Resource
Book
- 2018-Mostly adequate guide to FP》📚: This is a book on the functional paradigm in general. We’ll use the world’s most popular functional programming language: JavaScript. Some may feel this is a poor choice as it’s against the grain of the current culture which, at the moment, feels predominately imperative.