Thanks.  These are now available on clojuredocs.org pages for functions keyword 
and symbol:

http://clojuredocs.org/clojure_core/clojure.core/symbol
http://clojuredocs.org/clojure_core/clojure.core/keyword

linked to from:

http://clojure.org/cheatsheet

Andy


On Mar 12, 2012, at 10:11 PM, Frank Siebenlist wrote:

>  Returns a Keyword with the given namespace and name.  Do not use :
>  in the keyword strings, it will be added automatically.
>  (keyword name): name can be string, symbol or keyword.
>  (keyword ns name): ns and name must both be string.
>  A keyword string, like a symbol, begins with a non-numeric 
>  character and can contain alphanumeric characters and *, +, !, -, _, and ?.
>  (see "http://clojure.org/reader"; for details).
>  Note that function does not validate input strings for ns and name,
>  and may return improper keywords with undefined behavior for non-conformant 
> ns and 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