replete-repl / replete-ios

ClojureScript REPL iOS app
Eclipse Public License 1.0
395 stars 25 forks source link

recommend `prn` rather than `println` for the P part of REPL #7

Closed scgilardi closed 9 years ago

scgilardi commented 9 years ago

Other Clojure REPLs use prn to print and that seems appropriate here as well.

In some cases (like strings), prn gives a clearer indication of the type of the output which is helpful.

mfikes commented 9 years ago

Right. I probably shouldn't be using println here: https://github.com/mfikes/replete/blob/1.0-beta.2/ClojureScript/replete/src/replete/core.cljs#L43