Using swankr to evaluate `1\n2\n3\n` results is 3 times `(:write-string...)` which will result in a REPL output of `[1] 1[1] 2[1] 3`. Should swankr ignore intermediate values and only output the last, or should it do a newline inbetween?