Top "Frp" questions

Functional reactive programming is programming paradigm for reactive programming

What is (functional) reactive programming?

I've read the Wikipedia article on reactive programming. I've also read the small article on functional reactive programming. The descriptions …

functional-programming terminology reactive-programming frp
RxJS Promise Composition (passing data)

I'm brand new to Rx and am finding it difficult to find documentation on composing promises such that data from …

javascript functional-programming rxjs frp ramda.js
Rxjs observing object updates and changes

I am currently trying to observe any changes to a given object including all of it's elements. The following code …

javascript rxjs frp
How is reactive programming different than event-driven programming?

I am learning reactive programming and functional reactive programming in JavaScript. I am very confused. Wikipedia says that there are …

javascript reactive-programming frp bacon.js event-driven
RxSwift merge different kind of Observables

How should I merge 2 different types of Observables in RxSwift? For example: var a: Observable<Int> var b: …

swift frp rx-swift
Chaining promises with RxJS

I'm new to RxJS and FRP in general. I had the idea of converting an existing promise chain in my …

javascript observable frp rxjs
How fundamentally different are push-pull and arrowized FRP?

I want to study FRP in Haskell, but it's a bit difficult to decide on a library to use. Many …

haskell frp reactive-banana yampa
Is AngularJS Functional Reactive Programming?

Every time I see the phrase Functional Reactive Programming I realize that I don't understand what it is. I then …

angularjs functional-programming frp
Specification for a Functional Reactive Programming language

I am looking at messing around with creating a functional reactive framework at some point. I have read quite a …

functional-programming programming-languages semantics frp