It's attempting to attach the metadata to the next following expression. In
this case all it finds is a close paren.
=> (list #^{:foo 'bar} 'sym)
(sym)
=> (list #^{:foo 'bar})
#<Exception java.lang.Exception: Unmatched delimiter: )>

I'm not sure how to attach metadata to a namespace, but I'd try putting the
metadata before the (ns ...) form instead of just inside it, or else just
before the ns name.

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