> separators = "(" | ")" | "<" | ">" | "@" | "," | ";" | ":" | "\" | > <"> | "/" | "[" | "]" | "?" | "=" | "{" | "}" | SP | HT > > As far as I can see, all valid HTTP headers are thus valid Clojure > keywords. You don't have to worry.
According to the Clojure reader page SP and HT are not allowed. Also, I've re-read the reader page and fail to see why you would say any of the other separators are allowed. To be sure I'm looking at the correct place, I'm looking at: http://clojure.org/reader (Reader forms -> Symbols) Cheers. -- 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