Questions tagged [frp]

Functional reactive programming is programming paradigm for reactive programming

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
1 2 3
30
31