Interesting.

My downloaded version of clojure 1.2.0 acts exactly as you describe.

However my basic lein project with only

  (defproject prj "1.0.0-SNAPSHOT"
    :dependencies [[org.clojure/clojure "1.2.0"]]])

acts differently.

Well as I said, I can never sure about anything :)
Cheers
Tim

On Jan 9, 11:40 pm, Meikel Brandmeyer <m...@kotka.de> wrote:
> Hi,
>
> On 10 Jan., 04:17, Tim Robinson <tim.blacks...@gmail.com> wrote:
>
> > How does this happen when :tag is not even in the expression?
> > If you launch a brand new repl and run it what happens?
>
> What I posted in the previous email is exactly a fresh repl session
> and what happens there with 1.2. And in fact, that it is what I would
> expect.
>
> ^String is a short-hand notation for ^{:tag String}. There was a
> change planned for using ^ with keywords, namely that ^:foo is short-
> hand for ^{:foo true}. But I don't know whether this change made it
> into 1.3.
>
> Sincerely
> Meikel

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to