Re: Q: why doesn't this script terminate

2009-09-21 Thread John Harrop
On Mon, Sep 21, 2009 at 2:22 PM, Richard Newman wrote: > > > But this script doesn't terminate. I have to press ctr-c to end this > > script. It seems that there a still some threads active. why ? > > http://www.mail-archive.com/clojure@googlegroups.com/msg13865.html Your response was longer th

Re: Q: why doesn't this script terminate

2009-09-21 Thread Richard Newman
> But this script doesn't terminate. I have to press ctr-c to end this > script. It seems that there a still some threads active. why ? http://www.mail-archive.com/clojure@googlegroups.com/msg13865.html --~--~-~--~~~---~--~~ You received this message because you a

Q: why doesn't this script terminate

2009-09-21 Thread Roger Gilliar
I call test.clj like this: java -cp /Users/roger/Library/clojure/clojure-1.0.0.jar clojure.main test.clj The script is: (defn syncnow [] (println "Hello World") ) (dorun (pcalls syncnow syncnow syncnow)) But this script doesn't terminate. I have to press ctr-c to