Re: *command-line-args*

2009-07-03 Thread Emeka
Steve, Could this be done such that % java -cp /sq/ext/clojure/clojure.jar clojure.main demo.clj foo bar baz the highlighted part won't the there? But would be ''attached'' behind the scene . Regards, Emeka On Thu, Jul 2, 2009 at 6:17 PM, Stephen C. Gilardi wrote: > > On Jul 2, 2009, at 2:00

Re: *command-line-args*

2009-07-02 Thread Stephen C. Gilardi
On Jul 2, 2009, at 2:00 PM, Mark Volkmann wrote: I run it with "clj demo.clj foo bar baz" and get this output: clojure.lang.ArraySeq 2 I get the same output with "clj demo.clj -- foo bar baz". Why doesn't it output 3? That depends on your definition of clj. Here's what I get without using