Closed scgilardi closed 9 years ago
Other Clojure REPLs use prn to print and that seems appropriate here as well.
prn
In some cases (like strings), prn gives a clearer indication of the type of the output which is helpful.
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
println
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.