I just discovered this today by accident, and I am loving it!

When I run tests for the Tupelo library <https://github.com/cloojure/tupelo>,
it requires 8.5 sec to do "lein test".  This seems to be mostly compiling
Clojure itself, since JVM startup takes only 0.038 sec.

Using "lein test-refresh" in another window, every time I save a change to
the source code it reloads every source file and re-runs every test. The
best part is that all of this takes only 0.4 seconds (more than 20x
faster), and is complete before I can even take my eyes from the editor
over to the test window.

Very nice stuff!
Alan

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