- Hands-On Reactive Programming with Python
- Romain Picard
- 153字
- 2021-06-24 18:25:18
Functional Programming with ReactiveX
This chapter is dedicated to functional programming and how to use this paradigm with ReactiveX. It is composed of three parts. The first part is a rapid introduction to functional programming. The aim of this part is to introduce the few notions that are needed to start writing functional code in Python. The second part presents one of the main issues of real ReactiveX applications: observable cycles. This part describes when this problem occurs and several ways to solve it. In particular, it explains how to use functional programming to solve the issue while isolating side effects from pure code. The last part goes in detail about a new implementation of the echo server, but using ReactiveX and coded in a functional way.
The following topics will be covered in this chapter:
- Functional programming
- Observable cycles
- Structuring functional and reactive code
- The HTTP echo server with an HTTP driver
- Cybersecurity:Attack and Defense Strategies
- FreeRTOS實時內核應用指南
- SOA實踐者說
- Linux性能優化
- 循序漸進學Docker
- Linux Shell編程從入門到精通(第2版)
- 高性能Linux服務器構建實戰:系統安全、故障排查、自動化運維與集群架構
- Java EE 8 Design Patterns and Best Practices
- 巧學活用Windows 7
- Joomla! 3 Template Essentials
- Linux內核觀測技術BPF
- Windows 8實戰從入門到精通(超值版)
- Windows 7使用詳解(修訂版)
- Linux軟件管理平臺設計與實現
- Linux內核API完全參考手冊(第2版)