user> (def ^doubles s)
#'user/s
user> (defn s ^objects [])
#'user/s
user> (def ^objects s)
CompilerException java.lang.RuntimeException: Unable to resolve symbol: 
objects in this context, compiling:(NO_SOURCE_PATH:1) 
 
Is this behavior specified? It certainly doesn't make sense from a language 
user perspective.

Are we supposed this instead?

user> (def ^"[Ljava.lang.Object;" s)
#'user/s

-- 
-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to