Re: Running multiple scripts from the Java realm

2009-03-25 Thread Berlin Brown
On Mar 25, 3:16 am, Berlin Brown wrote: > On Mar 25, 3:12 am, BerlinBrown wrote: > > > > > I know it isn't advised but I have my various reasons. > > > What are some of the best ways to invoke clojure scripts from Java but > > still maintain the state of the current session. > > > For example,

Re: Running multiple scripts from the Java realm

2009-03-25 Thread Berlin Brown
On Mar 25, 3:12 am, BerlinBrown wrote: > I know it isn't advised but I have my various reasons. > > What are some of the best ways to invoke clojure scripts from Java but > still maintain the state of the current session. > > For example, if I run a script from Java, is there a way to ensure >

Running multiple scripts from the Java realm

2009-03-25 Thread BerlinBrown
I know it isn't advised but I have my various reasons. What are some of the best ways to invoke clojure scripts from Java but still maintain the state of the current session. For example, if I run a script from Java, is there a way to ensure that script has already been run...say if I run anothe