On Monday, 17 December 2012 00:23:08 UTC+5:30, puzzler wrote:
>
> On Sun, Dec 16, 2012 at 10:06 AM, Armando Blancas
>
> > wrote:
>
>> I'm not going out of my way to be pseudonymous, it just seems to be a
>>> feature of the group.
>>
>>
>>>
>>
>> I thought, Mark asking how to run a script
On Sun, Dec 16, 2012 at 10:06 AM, Armando Blancas wrote:
> I'm not going out of my way to be pseudonymous, it just seems to be a
>> feature of the group.
>
>
>>
>
> I thought, Mark asking how to run a script? An usurper!
>
>
>
Ah yes. My understanding of Clojure runs fairly deep, but when it com
>
> I'm not going out of my way to be pseudonymous, it just seems to be a
> feature of the group.
>
I thought, Mark asking how to run a script? An usurper!
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to c
On Sunday, December 16, 2012 5:12:36 AM UTC+1, Armando Blancas wrote:
> Why are you using puzzler's account and what did you did to him?!
>
And who, in your opinion, is puzzler, if not Mark Engelberg?
--
You received this message because you are subscribed to the Google
Groups "Clojure" group
Hmmm, looks like googlegroups is stripping out my email address and
replacing it with one of my google account handles. Probably depends on
what method you are using to view the group messages. I'm not going out of
my way to be pseudonymous, it just seems to be a feature of the group.
On Sat, De
Why are you using puzzler's account and what did you did to him?!
On Saturday, December 15, 2012 7:28:56 PM UTC-8, puzzler wrote:
>
> Thanks. I think that used to be on the Getting Started page, but now the
> page is just links to info about how to get up and running with IDEs, so I
> had troub
Thanks. I think that used to be on the Getting Started page, but now the
page is just links to info about how to get up and running with IDEs, so I
had trouble finding it.
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send em
Yep.
java -jar clojure.jar hello.clj
Should do the trick. Alternatively,
java -cp clojure.jar clojure.main hello.clj
Will also work if you need to control the classpath more.
Dave
On Saturday, December 15, 2012, Mark Engelberg wrote:
> Let's say I have a file "hello.clj" that simply con