FRP represents an intersection of two programming paradigms.

Posted feng9exe

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了FRP represents an intersection of two programming paradigms.相关的知识,希望对你有一定的参考价值。

FRP represents an intersection of two programming paradigms. 

 

Functional programming

Functional programming is a programming paradigm where you model everything as a result of a function that avoids changing state and mutating data.

 

Reactive programming

Reactive programming is the practice of programming with asynchronous data streams or event streams. An event stream can be anything like keyboard inputs, button taps, gestures, GPS location updates, accelerometer, and iBeacon. You can listen to a stream and react to it accordingly.

 

 

FRP is the combination of functional and reactive paradigms. In other words, it is reacting to data streams using the functional paradigm. FRP is not a utility or a library — it changes the way you architect your applications and the way you think about your applications.

 

https://www.freecodecamp.org/news/functional-reactive-programming-frp-imperative-vs-declarative-vs-reactive-style-84878272c77f/

以上是关于FRP represents an intersection of two programming paradigms.的主要内容,如果未能解决你的问题,请参考以下文章

三Distributing Maya Plugins

6.2 Controllers -- Representing Multipe Models

represent states with objects

frp如何加用户名

路由器frp内网穿透

FRP第一篇之FRP介绍和基本使用