-
Sodium - Functional Reactive Programming (FRP) library
https://github.com/SodiumFRP/sodium-cxx
I would appreciate libs for windows x86 and x86_64
-
https://www.youtube.com/watch?v=S5tLVsvbHBg
Defines when to use function programming using Java programming languge.
When ever there is high probability of exception handling, imperative style i…
-
Sam Guyer
Caleb Helbing: Tufts University
-
1. 扔物线在演讲中说道:
关于RxJava和FRP的关系。在最初Netflix开发和宣传RxJava的时候,就以这个名字为宣传点,比如:[GOTO 2013 • Functional Reactive Programming with RxJava • Ben Christensen](https://www.youtube.com/watch?v=_t06LRX0DV0) 不过他也确实…
-
Seed for this discussion: https://twitter.com/andrestaltz/status/658683867994456064
By [this definition of reactive programming](http://cycle.js.org/observables.html#reactive-programming), using an R…
-
I just found a few interesting papers which I think are very relevant for achieving efficient dom updates without virtual dom:
> Maier, Ingo, and Martin Odersky. "Higher-order reactive programming …
-
Thesis: the next big trend in JS development is embracing the principles of reactive programming\* - in other words, building apps as systems that intelligently react to changes in _state_, rather tha…
-
I have found several issues (#103, #104, #99, #82), they are talking about the same thing.
## The asynchronous pull / push model
Have you read the [ReactiveX](http://reactivex.io/)? If not, plea…
-
Flesh out the temporal aspects of the DSL for real-time interaction between the program being run, and the human actor observing and/or executing additional instructions. Either:
a) construct some…
-
As discussed a bit on discord, it's not easy to mentally model the interaction between signals, computed signals, and watchers from just reading the prose and the example code.
It would help reader…