replete-ios
replete-ios copied to clipboard
REPL requires
Add the normal slew of namespaces that ClojureScript REPLs get by default, and alias things in like pprint.
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 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