reload of REPL init file

2010-03-18 Thread alux
Hello, is there a possibility to reload a clj-file that has been provided at the REPL-start via -i filename.clj ? (It doesn't have a name space.) This would save me to provide a namespace in the file an thus type (ns my-ns) after every REPL start. Thank you and greetings, alux -- You received

Re: reload of REPL init file

2010-03-18 Thread Meikel Brandmeyer
Hi, On Mar 18, 12:06 pm, alux wrote: > is there a possibility to reload a clj-file that has been provided at > the REPL-start via -i filename.clj ? (It doesn't have a name space.) > > This would save me to provide a namespace in the file an thus type (ns > my-ns) after every REPL start. I under

Re: reload of REPL init file

2010-03-18 Thread alux
Many thanks, all questions I had are answered. And some I didn't have but should! Greetings, alux On 18 Mrz., 14:25, Meikel Brandmeyer wrote: > Hi, > > On Mar 18, 12:06 pm, alux wrote: > > > is there a possibility to reload a clj-file that has been provided at > > the REPL-start via -i filename