On 10/07/13 18:36, Brian Craft wrote:
The clojure start-up time is killing me, while working in a tight edit-test-edit development loop. Is there any way to speed this up? E.g. could the edited code be dynamically loaded, and the test suites run w/o restarting the jvm?

of course you can! that is what you do every time you 'load-file'...just reload your code and rerun your tests :)

where exactly are you developing? I'm using a bare lein repl and a text editor and still I rarely have to restart the repl...

Jim

--
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to