Hi all,

when experimenting at the SLIME REPL it often happens to me that I eval
an expression which runs very long (or infinitively).  This may be
intended, like to prove that (some #(= 12 %) primes) will run forever
(it does).

The question is: How do I abort such an evaluation?  Currently I do ",
sayoonara" which quits the whole SLIME process.  But then I loose my
whole environment, e.g. the namespaces I used and the variables and
functions I've defined.

So is there a more decent way to quit the current evaluation?

Bye,
Tassilo

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