Re: Unable to save the source file which loads repl

2013-01-06 Thread Stephen Compall
On Jan 6, 2013 10:22 PM, "Alice" wrote: > C:\>java -jar clojure-1.4.0.jar hello.clj > user=> > > And then the file becomes read-only. > I'm launching repl myself to avoid threading issue in my wpf project. > (https://gist.github.com/3062194) It's how Windows works. You'll have to do something el

Unable to save the source file which loads repl

2013-01-06 Thread Alice
c:\hello.clj: (clojure.main/repl) C:\>java -jar clojure-1.4.0.jar hello.clj user=> And then the file becomes read-only. I'm launching repl myself to avoid threading issue in my wpf project. (https://gist.github.com/3062194) -- You received this message because you are subscribed to the Goog