Fork me on GitHub
#cider
<
2017-07-11
>
rickmoynihan09:07:05

Does anyone know what causes cider pretty printing to intersperse the output with comments that look like this ;; =>

rickmoynihan09:07:50

Hmm… I think it’s because I’ve set cider-repl-result-prefix to that string, so it outputs:

user> (range 100)
;; =>
(1 2 3 4 5 6....)

rickmoynihan09:07:08

But for large outputs I see it interpolated in the middle of the result… Perhaps it prints it on every page of output??

rickmoynihan09:07:52

Can confirm setting it the the empty string works around the issue