On Jan 29, 2013, at 11:42 , cej38 <
junke...@gmail.com> wrote:
> Should these symbols be added to the documentation?
The dot is documented at
http://clojure.org/java_interop#dot -- which you'll be pointed to if you try (doc .) at a repl. It's also linked from
http://clojure.org/special_forms.
It's not in the API docs because it's a special form (same as `if', for example). I think this is because the API docs are automatically generated and so don't know about special forms, only functions, macros, and vars.