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