# studyFp **Repository Path**: xiaozhiliaoo/studyFp ## Basic Information - **Project Name**: studyFp - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-01-20 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # learnFp(学习函数式编程) ###学习资料 *book* * 图灵[《Java 8函数式编程》](http://www.ituring.com.cn/book/1448) * 图灵[《函数式编程思维》](http://www.ituring.com.cn/book/1491) *github* * [《Java 8函数式编程》](https://github.com/xiaozhiliaoo/java-8-lambdas-exercises) * [《函数式编程思维》](https://github.com/xiaozhiliaoo/functional_thinking) *site* * [awesome-fp-js](https://github.com/xiaozhiliaoo/awesome-fp-js) * [awesome-functional-programming](https://github.com/xiaozhiliaoo/awesome-functional-programming) * [Neal Ford](http://nealford.com/) * [Vertx](http://vertx.io/) * [RxJava](https://github.com/ReactiveX/RxJava) * [InfoQ函数式编程专题](http://www.infoq.com/cn/fp) * [响应式宣言](https://www.reactivemanifesto.org/) * [CompletableFuture in JDK](https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html) * [ListenableFuture in Guava](https://github.com/google/guava/wiki/ListenableFutureExplained) * [ListenableFuture in Spring](https://docs.spring.io/spring/docs/current/javadoc-api/org/springframework/util/concurrent/ListenableFuture.html) * [java.util.function](https://docs.oracle.com/javase/8/docs/api/java/util/function/package-summary.html) * [java.util.stream](https://docs.oracle.com/javase/8/docs/api/java/util/stream/package-summary.html) * [Comparator](https://docs.oracle.com/javase/8/docs/api/java/util/Comparator.html) * [Neal Ford专栏-函数式思维](https://www.ibm.com/developerworks/cn/java/j-ft7/index.html?ca=drs-) *wiki* * [Lambda运算](https://en.wikipedia.org/wiki/Lambda_calculus) * [匿名函数](https://en.wikipedia.org/wiki/Anonymous_function) * [高阶函数](https://en.wikipedia.org/wiki/Higher-order_function) * [响应式流](https://en.wikipedia.org/wiki/Reactive_Streams) * [函数式编程](https://en.wikipedia.org/wiki/Functional_programming) * [尾递归](https://en.wikipedia.org/wiki/Tail_call) * [惰性求值](https://en.wikipedia.org/wiki/Lazy_evaluation) * [函数式主题](https://en.wikipedia.org/wiki/List_of_functional_programming_topics) * [闭包](https://en.wikipedia.org/wiki/Closure_(computer_programming)) * [副作用](https://en.wikipedia.org/wiki/Side_effect_(computer_science)) * [代数数据类型](https://en.wikipedia.org/wiki/Algebraic_data_type) * [Catamorphism](https://en.wikipedia.org/wiki/Catamorphism) * [Monad](https://en.wikipedia.org/wiki/Monad_(functional_programming)) 单子 * [Monoid](https://en.wikipedia.org/wiki/Monoid_(category_theory)) 幺半群(范畴论) * [Macro](https://en.wikipedia.org/wiki/Macro_(computer_science)) 宏