On Thursday, 10 September 2015 15:52:37 UTC+3, Mike Fikes  wrote:
> 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
> 
> 
> 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

1. I set   :repl-options {:repl-verbose true} but the repl didn't show any js
2. I'm on mac but I can't see the compiled js on the repl

-- 
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 clojurescript+unsubscr...@googlegroups.com.
To post to this group, send email to clojurescript@googlegroups.com.
Visit this group at http://groups.google.com/group/clojurescript.

Reply via email to