On Sep 6, 4:43 pm, Meikel Brandmeyer <m...@kotka.de> wrote:
> You can use qualified keywords with an hierarchy.
>
> (def your-hierarchy
>   (-> (make-hierarchy)
>     (derive ::hello ::anything)
>     (derive ::world ::anything)
>     (derive ::city ::anything)
>     (derive ::us ::anything)))

Building your own hierarchy would make it safe to use unqualified
keywords as well -- if I am not mistaken?

(-> (make-hierarchy)
  (derive :hello :anything)
  ...)

Daniel

-- 
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