Re: dispatch macros that are new to me

2009-01-27 Thread Christian Vest Hansen
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

Re: dispatch macros that are new to me

2009-01-27 Thread Cosmin Stejerean
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

Re: dispatch macros that are new to me

2009-01-27 Thread Mark Volkmann
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

Re: dispatch macros that are new to me

2009-01-27 Thread Chouser
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