Christophe Weblog Wiki Code Publications Music
sort out printing functions
authorChristophe Rhodes <csr21@cantab.net>
Fri, 1 Oct 2010 15:18:24 +0000 (16:18 +0100)
committerChristophe Rhodes <csr21@cantab.net>
Fri, 1 Oct 2010 15:18:24 +0000 (16:18 +0100)
R has capture.output as equivalent to with-output-to-string, so use it.

printToString, used by the slime-repl, now reverts back to calling
print.  New function prin1ToString, used by swank:interactive-eval and
swank:eval-and-grab-output, uses deparse.


No differences found