1. 程式人生 > >FRP-Functional Reactive Programming-函數響應式編程

FRP-Functional Reactive Programming-函數響應式編程

HERE filter example str ng- reac hat bsp img

響應式編程是一種面向數據流和變化傳播的編程範式;

響應式編程和函數式編程的融合;

響應式編程為內核;函數式編程為工具;

流的概念先天適合函數式編程。

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-函數響應式編程