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