me too! And using lein cljsbuild auto takes several seconds to compile, whereas cljsc/build + some file copying for shared code takes under a second. Also, I've found cljsbuild auto sometimes doesn't compile my code completely. I can't figure out the pattern, but I edit something in one place in the code, save, lein sees the modified file and recompiles, browser refresh, code change not reflected, do a non-logic edit in the code somewhere else (e.g. format some whitespace), lein sees the change, recompiles, refresh, previous code change is reflected. I tried :incremental false, no difference. I guess what's making it slow is it must be doing all kinds of dependency checking and heavy Maven-type stuff.
On Friday, June 15, 2012 10:12:30 AM UTC+10, sailor...@gmail.com wrote: > > > I found lein repl is slower and most of time it just freezes. > -- 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