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 else, maybe wrap the
repl call in (future ...), maybe put your actual app in a separate file.

--
Stephen Compall
If anyone in the MSA is online, you should watch this flythrough.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

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 Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en