On Wed, Jan 28, 2009 at 12:31 AM, Cosmin Stejerean wrote:
> On Tue, Jan 27, 2009 at 5:21 PM, Mark Volkmann
> wrote:
>>
>> > Yes, but it's specifically meant to be used as the first line of a
>> > file, to allow Clojure script to use unix "shebang" format.
>>
>> What should follow it? Something l
On Tue, Jan 27, 2009 at 5:21 PM, Mark Volkmann wrote:
>
> > Yes, but it's specifically meant to be used as the first line of a
> > file, to allow Clojure script to use unix "shebang" format.
>
> What should follow it? Something like this?
> #!/Users/Mark/bin/clj
>
> That's the path to where my clj
On Tue, Jan 27, 2009 at 3:13 PM, Chouser wrote:
>
> On Tue, Jan 27, 2009 at 4:04 PM, Mark Volkmann
> wrote:
>>
>> I ran across two dispatch macros today that I haven't seen before.
>>
>> What does #= do? I see in LispReader.java that it uses an EvalReader
>> which is also defined in that source
On Tue, Jan 27, 2009 at 4:04 PM, Mark Volkmann
wrote:
>
> I ran across two dispatch macros today that I haven't seen before.
>
> What does #= do? I see in LispReader.java that it uses an EvalReader
> which is also defined in that source file, but it's not clear to me
> what it does.
It's used by