replete-repl / replete-ios

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

REPL requires #20

Open mfikes opened 9 years ago

mfikes commented 9 years ago

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

skrat commented 9 years ago

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 ;)

mfikes commented 9 years ago

@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