Functional reactive programming is programming paradigm for reactive programming
Questions tagged [frp]
451 questions
-1
votes
1 answer
Emitting events with Bacon.js
I'm learning Bacon.js and I'm very confused as to how I'm supposed to emit events.
I have a super-simple example here of events in node.js
var events = require('events')
var eventEmitter = new events.EventEmitter()
eventEmitter.on("add",…

ThomasReggi
- 55,053
- 85
- 237
- 424