replete-ios icon indicating copy to clipboard operation
replete-ios copied to clipboard

REPL requires

Open mfikes opened this issue 10 years ago • 2 comments

Add the normal slew of namespaces that ClojureScript REPLs get by default, and alias things in like pprint.

mfikes avatar Jun 30 '15 22:06 mfikes

I think cljs.pprint/pprint should be the default for printing return values, amirite? (and further processing it with syntax highlighter would be even cooler ;)

skrat avatar Jul 08 '15 18:07 skrat

@skrat Yes, pprint and pp should be available in Replete as this is the default for normal ClojureScript REPLs: https://github.com/clojure/clojurescript/blob/2924c4880c05208beb0f321e8e4e63b4cb1c45f3/src/main/clojure/cljs/repl.cljc#L739

mfikes avatar Jul 08 '15 18:07 mfikes