So one order of business is to add support for kefir
Another really great feature would be to show which streams are active and which aren't. I've been tripped up a couple of times b/c I had a .diff() or something w/ side effects, and no onValue afterward
Sergey Lapin
@lapanoid
@jaredly Could u please shortly describe rxvision project structure? I mean some basic concepts. My interest is support for kefir mostly
Jared Forsyth
@jaredly
@lapanoid the wrap directory contains lib-specific code. It currently only contains rx.js. If you make a kefir.js which exports a fn wrap(Kefir, tracer), then that is all that's needed
lib/tracer.js is what actually tracks the streams and values in the streams
Sergey Lapin
@lapanoid
thanks it will be my start point)
Sergey Lapin
@lapanoid
@jaredly what your version of node or u use io?
Jared Forsyth
@jaredly
I'm still on 0.10 :P are you running into issues?
Sergey Lapin
@lapanoid
no, just find out es6 syntax=)
Jared Forsyth
@jaredly
ah yes. babelify all the way
es6+ is sooo much nicer to write
Sergey Lapin
@lapanoid
Agreed, I am just sitting on coffeescript, last time I checked it could not es6
Jared Forsyth
@jaredly
ah yes. please no coffeescript in rxvision, I'd like to keep a unified codebase :)
Sergey Lapin
@lapanoid
sure, I will not coffee on you)
Sergey Lapin
@lapanoid
@jaredly running into jaredly/rxvision#1
_
Jared Forsyth
@jaredly
ah sorry. mkdir build. I'll that that to the makefile