# 3. 函数响应式编程

![](https://4217506537-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MWj545abP2yK86-qksJ%2Fsync%2F6fce5a5a0b6cfac1337b8d3dea88f836da5589b1.png?generation=1616819393313129\&alt=media)

**函数响应式编程**是种编程范式。它是通过构建函数操作数据序列，然后对这些序列做出响应的编程方式。它结合了**函数式编程**以及**响应式编程**

这里先介绍一下[函数式编程](https://3440217568.gitbook.io/rxswift/think_reactive/funtional_programming)。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://3440217568.gitbook.io/rxswift/think_reactive.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
