Yehonathan,

Any ClojureScript REPL derived from the shipping REPLs is capable of showing 
compiled JS for a form via the :repl-verbose option.

See

  https://github.com/clojure/clojurescript/wiki/REPL-Options#repl-verbose

and here is some non-normative exposition on the option:

   http://blog.fikesfarm.com/posts/2015-06-15-see-js-in-cljs-repl.html 
<http://blog.fikesfarm.com/posts/2015-06-15-see-js-in-cljs-repl.html>

Also, if you happen to be on a Mac, Planck can do this at the command line:

$ planck -v -e '(inc (+ 3 2))'
Classpath resolves to:
type: src, location: /Users/mfikes/Projects/planck/planck/./
Evaluating (inc (+ 3 2))
((3 + 2) + 1)
6


- Mike

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/clojurescript.

Reply via email to