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