Re: printing *command-line-args*

2008-11-20 Thread Parth Malwankar
On Nov 20, 10:49 pm, "Tom Emerson" <[EMAIL PROTECTED]> wrote: > On Thu, Nov 20, 2008 at 12:37 PM, Parth Malwankar > > <[EMAIL PROTECTED]> wrote: > > I have a single line file (tmp.clj) where I am trying to > > print *command-line-args*. > > And I get an exception if I run it. I am not sure what

Re: printing *command-line-args*

2008-11-20 Thread Tom Emerson
On Thu, Nov 20, 2008 at 12:37 PM, Parth Malwankar <[EMAIL PROTECTED]> wrote: > I have a single line file (tmp.clj) where I am trying to > print *command-line-args*. > And I get an exception if I run it. I am not sure what I > am doing wrong here. I suspect the issue is in your 'clj' script: the c

Re: printing *command-line-args*

2008-11-20 Thread Chouser
On Thu, Nov 20, 2008 at 12:37 PM, Parth Malwankar <[EMAIL PROTECTED]> wrote: > > I have a single line file (tmp.clj) where I am trying to > print *command-line-args*. > And I get an exception if I run it. I am not sure what I > am doing wrong here. > > [parth:~]% cat tmp.clj > (prn *command-line-a

printing *command-line-args*

2008-11-20 Thread Parth Malwankar
Hello, I have a single line file (tmp.clj) where I am trying to print *command-line-args*. And I get an exception if I run it. I am not sure what I am doing wrong here. [parth:~]% cat tmp.clj (prn *command-line-args*) [parth:~]% clj tmp.clj hello world nil Exception in thread "main" java.io.Fil