Just sharing a tooling hint:

If you are using IntelliJ / Cursive to edit ClojureScript (on a Mac at 
least), opening a Terminal “pane” at the bottom of the IDE in order to run 
`lein cljsbuild auto` is nice because you can readily see any errors or 
warnings the ClojureScript compiler might emit.

But… this ends up fairly quickly slowing down editing in IntelliJ to the 
point where keystrokes feel “mushy” rather than “crisp.” A more dramatic 
way to see this is to select some lengthy ClojureScript text and drag and 
watch the selection UI updates follow behind the cursor.

The simple fix: Instead run `lein cljsbuild auto` in an OS X Terminal 
window.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to