Oops, part of the example lost formatting with word wrapping. Here's it in full:
--8<---------------cut here---------------start------------->8--- ;; "Per the symbol rules above, :/ and :/anything are not legal keywords." [(edn/read-string ":/") ;; "It can be used once only in the middle of a symbol to separate the _prefix_ (often a namespace) from the _name_" (name (edn/read-string "a/b/c")) ;; specification doesn't talk about namespaced maps (edn/read-string "#:a{:k 1}")] [:/ "b/c" #:a{:k 1}] --8<---------------cut here---------------end--------------->8--- The text inside quotes are verbatim sections of the spec. -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/clojure/875z79dynx.fsf%40euandre.org.