tut icon indicating copy to clipboard operation
tut copied to clipboard

reuse repl instance instead of creating a new one for each page

Open tpolecat opened this issue 9 years ago • 1 comments

Could be tricky since it wants a constant writer.

tpolecat avatar Feb 11 '15 05:02 tpolecat

Not possible to change the repl's output on the fly, even with hacking. There's too much state. So probably need to make a special PrintWriter that can be redirected.

tpolecat avatar Feb 22 '15 21:02 tpolecat