On Jun 4, 2013, at 3:51 PM, David Pollak <feeder.of.the.be...@gmail.com> wrote:

> * Is there a faster cycle than to change code, change tests and type "lein 
> test" to see the results?

I use Midje in a repl. That looks like this:

  % lein repl
  (use 'midje.repl)
  (autotest)

When I save a source or test file, the relevant (transitive closure) tests get 
run. That usually happens in the time it takes me to move my eyes to the Emacs 
window that the repl lives in. 

I didn't used to like (Ruby) autotest in my workflow, but I've concluded I was 
wrong.

In combination with some Emacs hackery I've done to make sure the source, test, 
and repl are all simultaneously visible, I'm finding this workflow decidedly 
competitive with Intellij/Java or Emacs/Ruby.

--------
Latest book: /Functional Programming for the Object-Oriented Programmer/
https://leanpub.com/fp-oo

-- 
-- 
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/groups/opt_out.


Reply via email to