Real work is done with a repl embedded into a text editor with live eval. Running tests is just a function call away, clojure.test/run-tests.
Here's a modern starting point: http://thinkrelevance.com/blog/2013/06/04/clojure-workflow-reloaded On Wed, Jul 10, 2013 at 1:36 PM, Brian Craft <[email protected]> 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? I have previously experimented with nailgun for > starting the repl, without much success. I suspect it's the clojure > start-up time, not the jvm, that's taking so long, but I know next to > nothing about the jvm and clojure start-up procedures. > > -- > -- > 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. > > > -- -- 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.
