(doc sym)
Queries the reflection api with a fully qualified symbol, then prints documentation information at the repl.
(macroexpand form)
Queries the reflection api with a quoted macro form, then calls the callback function with the macroexpanded form, as a string.
(meta sym cb)
Queries the reflection api with a fully qualified symbol, then calls callback fn cb with the evaluated cljs map containing that symbol's meta information.