docs: clang 插件开发

This commit is contained in:
杭城小刘
2024-04-27 13:01:58 +08:00
parent 6e47061735
commit 851797d133
257 changed files with 9060 additions and 239 deletions

14
Chapter1 - iOS/1.127.md Normal file
View File

@@ -0,0 +1,14 @@
# 响应式编程
## 概念
响应式编程Reactive Programming简称RP
也是一种编程范式于1997年提出可以简化异步编程提供更优雅的数据绑定。一般与函数式融合在一起所以也会叫做函数响应式编程Functional Reactive Programming简称 FRP
比较著名的、成熟的响应式框架:
- ReactiveCocoa 简称 RAC有 Objective-C、Swift版本。[官网](http://reactivecocoa.io/) 、[github](https://github.com/ReactiveCocoa)
- ReactiveX 简称 Rx类似一个规范有众多编程语言的版本比如 RxJava、RxKotlin、RxJS、RxCpp、RxPHP、RxGo、RxSwift 等等。[官网](http://reactivex.io/)、[github]( https://github.com/ReactiveX)