Hi,

Am 19.09.2010 um 22:59 schrieb ataggart:

> Also note that the namespace portion of a keyword does not get
> resolved against the current aliases.  E.g.,
> user=> (require '[clojure.java.io :as io])
> nil
> user=> (= :io/foo :clojure.java.io/foo)
> false

It does with ::.

user=> (= ::io/foo :clojure.java.io/foo)
true

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