Hi,

On Mar 24, 5:40 am, HiHeelHottie <hiheelhot...@gmail.com> wrote:

> user=> ^#'mymax
> ->{:name mymax,
>    :user/comment "this is the best fn ever!",
>
> I couldn't find it documented inhttp://clojure.org/reader.  #' seems
> to match Var-quote (#'), but why does ^ get you metadata when that
> page uses Metadata (#^).

^ is deprecated. It was previously a short-hand for meta: ^x <=> (meta
x).

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

To unsubscribe from this group, send email to 
clojure+unsubscribegooglegroups.com or reply to this email with the words 
"REMOVE ME" as the subject.
  • ^#' HiHeelHottie
    • Re: ^#' Meikel Brandmeyer

Reply via email to