You don't necessarily need to kill the whole JVM.  If your REPL 
implementation runs each command in a new 
Thread<http://download.oracle.com/javase/6/docs/api/java/lang/Thread.html>(as 
most of them do, I think) it can just 
stop<http://download.oracle.com/javase/6/docs/api/java/lang/Thread.html#stop()>the
 thread.  That won't work in every situation (for example, a thread 
blocked waiting for I/O) but it will get you out of an infinite sequence.

-Stuart Sierra
clojure.com

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