the better
approach.
Thanks,
Felix
On 12 Mrz., 15:01, Konrad Hinsen wrote:
> On 12.03.2010, at 10:32, Felix Breuer wrote:
>
> > I guess I have to rephrase my previous questions to make them more
> > clear: Why was this particular behavior chosen? What is the benefit of
> >
On 12 Mrz., 01:58, Richard Newman wrote:
> > Is there a good reason for this behavior? What is the rationale behind
> > it?
>
> Read this.
>
> http://clojure.org/reader#syntax-quote
Thank you for pointing me to this reference. As far as I understand
it, the difference between a quoted expression
Hello!
I just noticed that quote constructs different lists than backquote.
We have
user> (= `(v 3) `(v ~(+ 1 2)))
true
but
user> (= '(v 3) `(v ~(+ 1 2)))
false
user> (= '(v 3) `(v 3))
false
and
user> (= '(v 3) (list 'v 3))
true
user> (= `(v 3) (list `v 3))
true
user> (= '(v 3) (list `v 3))
f
I am also on Windows and have struggled a good deal with Leiningen (I
would like to avoid wrangling classpaths myself as far as possible). I
finally got Leiningen to run, but some features like lein swank still
elude me (though this is a problem of swank-clojure and not of
Leiningen). I agree that