multiple browsers, live.js -> repl

2014-04-15 Thread t x
Hi, Okay. I think I have finally reached the limits of live.js, and now want an interactive browser repl + being able to push portions of code (rather than reloading the entire page). I have a simple question though: * I'm developing a _distribued_ app * So I can't test it unless I have

Re: multiple browsers, live.js -> repl

2014-04-29 Thread Timothy Washington
Hey, I haven't tried live.js. But these tools might be of interest. - Austin has the ability to "*Multiple concurrent browser-REPLs can be safely used from the same project*" (though I haven't yet tried this feature).

Re: multiple browsers, live.js -> repl

2014-04-29 Thread Gary Trakhman
It's possible, if 'possible' includes the possibility of writing some extensions to austin to eval across multiple sessions :-). On Tue, Apr 29, 2014 at 8:43 AM, Timothy Washington wrote: > Hey, > > I haven't tried live.js. But these tools might be of interest. > >- Austin