On Wednesday, February 5, 2014, Sean Corfield wrote:

>  It's one of the things that has me really
> hooked on LightTable. I have my source and test namespaces both open.
> I have them both connected to a "REPL". I can evaluate any code, in
> place, in either file. If I grow some code in the source file, I can
> put (defn some-name [args]) in front of it and M-) slurps it into a
> function - done! If I grow some code in the test file, I can put
> (expect result-value) in front of it and M-) slurps it into a test -
> done!
>

Could you clarify the difference between LightTable's M-) and using
C-M-x* in Emacs jacked into an nrepl session with Cider?

* `eval-defun` or whatever cider replaces that with for clojure.

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