reactive
reactive copied to clipboard
A simple FRP library and a web UI framework built on it
Hi, None of the scala files (at least in the reactive web subproject) have any license notice, is reactive under Apache2, the same one that Lift uses? Thanks
Hi, If you go to the demo site here: http://reactive-web.tk/html/Select click on the "live demo" button at the bottom of the page. Open Firebug, and go to the Net tab...
It's at https://groups.google.com/forum/?fromgroups#!forum/scala-reactive
Some discussion in #59 led to talk about Signal.filter, which ended with a question: what _needs_ to happen to a Signal when you filter it? I posted: > **Filtered stream...
For my own project, I had to implement those two methods. I did it on EventStream by the code below. I'm very new to _reactive_ and don't know where to...
Making event streams finite opens a lot of doors for new methods and capabilities on event streams. @nafg you've mentioned to me you like what `bacon.js` does, so following suit,...
Without ability to ask directly, just create an issue. Why implementation of flatMap(f) just 'swich' between streams provided by f? If trying to think about EventStreams as about collections, than...