Re: improvement: make main.clj not die when exception in --init

2009-01-31 Thread Allen Rohner
> Patch welcome. > > Rich http://code.google.com/p/clojure/issues/detail?id=62&colspec=ID%20Type%20Status%20Priority%20Reporter%20Owner%20Summary --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Clojure" group. To

Re: improvement: make main.clj not die when exception in --init

2009-01-31 Thread Rich Hickey
On Jan 30, 2009, at 6:16 PM, Stephen C. Gilardi wrote: >> A minor annoyance of mine is that clojure.main exits if there is an >> exception in an --init file, even if you ask for a repl. i.e. > > > +1 in favor of fixing this. > Patch welcome. Rich --~--~-~--~~~---~

Re: improvement: make main.clj not die when exception in --init

2009-01-30 Thread Stephen C. Gilardi
A minor annoyance of mine is that clojure.main exits if there is an exception in an --init file, even if you ask for a repl. i.e. +1 in favor of fixing this. --Steve smime.p7s Description: S/MIME cryptographic signature

improvement: make main.clj not die when exception in --init

2009-01-30 Thread Allen Rohner
A minor annoyance of mine is that clojure.main exits if there is an exception in an --init file, even if you ask for a repl. i.e. java -cp clojure.jar clojure.main --init file-with-errors.clj -r It would be useful to get to the repl so I can read doc strings and experiment with solutions. I have