Fork me on GitHub
#unrepl
<
2017-08-28
>
cgrand09:08:12

before

(prn "hello")
[:read {:from [1 1], :to [2 1], :offset 0, :len 14} 1]
[:started-eval {:actions {:interrupt (unrepl.repl/interrupt! :session402 1), :background (unrepl.repl/background! :session402 1)}} 1]
[:out "\"" 1]
[:out "h" 1]
[:out "e" 1]
[:out "l" 1]
[:out "l" 1]
[:out "o" 1]
[:out "\"" 1]
[:out "\n" 1]
[:eval nil 1]
after
(prn "hello")
[:read {:from [1 1], :to [2 1], :offset 0, :len 14} 1]
[:started-eval {:actions {:interrupt (unrepl.repl/interrupt! :session893 1), :background (unrepl.repl/background! :session893 1)}} 1]
[:out "\"hello\"\n" 1]
[:eval nil 1]