Hi,

On Monday, February 27, 2012 2:52:56 PM UTC+1, Nils Bertschinger wrote:
>
> Hi everyone, 
>
> just finished a small hack for swank-clojure (see my fork on github: 
> github.com/bertschi/swank-clojure) 
>
[...] 

> Now, hit M-x slime-extract-test and this gets transformed into an 
> expression suitable for clojure.test 
>
>    (is (= (concat (range 3) (range 7)) '(0 1 2 0 1 2 3 4 5 6))) 
>
> which is written into a "Testing" buffer. 
>
> What do you think? Any use for that? 
>
>
extracting forms from the REPL session into some test-magic definitely is 
useful.  However, my sessions seem to be structured in a different way and 
only having access to the previous three inputs doesn't seem viable to me.  
I think, I'd prefer a REPL where I would tell swank to start recording my 
stuff and later extract all the interactions which didn't yield an 
exception.  Mind, that this is just guessing what would feel right, though.

Kind regards,
Stefan

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

Reply via email to