首页 > 其他 > 详细

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

时间:2019-01-15 19:30:22      阅读:185      评论:0      收藏:0      [点我收藏+]

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

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

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

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

 

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-函数响应式编程

原文:https://www.cnblogs.com/feng9exe/p/10273791.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!