- Hands-On Reactive Programming with Python
- Romain Picard
- 102字
- 2021-06-24 18:25:18
Some base elements of functional programming
Many of the examples described in this book follow the functional programming paradigm. Since ReactiveX is already using several principals of functional programming, it is a natural way to structure such applications. However, only a subset of the functional programming principals will be used. The structure and separation of responsibilities that will be done in the code rely on the following:
- Lambdas and closure: These ease the readability of the code
- Side effects and pure functions: These allow you to write deterministic and testable code
- Higher-order functions: These are building blocks for many code constructs
推薦閱讀
- Linux運維之道(第3版)
- pcDuino開發實戰
- 操作系統實用教程(Linux版)
- Citrix XenApp Performance Essentials
- WordPress Mobile Web Development:Beginner's Guide
- FreeRTOS實時內核應用指南
- Learn Helm
- WindowsServer2012Hyper-V虛擬化部署與管理指南
- Linux集群和自動化運維
- Alfresco 4 Enterprise Content Management Implementation
- 直播系統開發:基于Nginx與Nginx-rtmp-module
- 嵌入式系統原理及開發
- Python UNIX和Linux系統管理指南
- Introduction to R for Quantitative Finance
- μC/OS-III內核實現與應用開發實戰指南:基于STM32