FRP-Functional Reactive Programming-函数响应式编程

Posted feng9exe

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了FRP-Functional Reactive Programming-函数响应式编程相关的知识,希望对你有一定的参考价值。

响应式编程是一种面向数据流和变化传播的编程范式;

响应式编程和函数式编程的融合;

响应式编程为内核;函数式编程为工具;

流的概念先天适合函数式编程。

 

Some quotes from the article:

Reactive programming is programming with asynchronous data streams.

On top of that, you are given an amazing toolbox of functions to combine, create and filter any of those streams.

Here‘s an example of the fantastic diagrams that are a part of the article:

 

https://stackoverflow.com/questions/1028250/what-is-functional-reactive-programming/1030631?r=SearchResults#1030631

技术分享图片

以上是关于FRP-Functional Reactive Programming-函数响应式编程的主要内容,如果未能解决你的问题,请参考以下文章

Reactive Cocoa

[转帖]浅谈响应式编程(Reactive Programming)

当我尝试在 reactive() 函数中更改值的类型时发生了一些错误

使用 Spring boot webflux reactive 记录未持久化到 R2DB

vue3.0 reactive函数

2-3-3 Vue3 Reactive的值:Ref和Reactive