Hi,

The doc text for symbol is:

user=> (doc symbol)
-------------------------
clojure.core/symbol
([name] [ns name])
  Returns a Symbol with the given namespace and name.


However, the "ns" argument must be a String, not a namespace.

Would it be reasonable to allow an actual namespace as the ns argument 
to (symbol ns name)?

If not, the doc string should at least emphasize that two String 
arguments are required.


Randall Schulz

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