We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Differences from Clojure (markdown)
Exposition for `:include-macros` and `:refer-macros`
add clojure.pprint
typo fixed
David Nolen indicated on the mailing list that there are no plans to actually enforce ^:private
find-doc is now implemented, and doc works on macros, special forms, ns's etc.
Unquote ~ and unquote splice ~@ both work now.
#' actually works now. And \ works: It produces single-character strings.
Fix syntax quote markup
Question recently came up whether apply not working for lazy sequences was stale. Nolen confirmed he is aware of no issues.
Be explicit that prefix lists are not supported in require forms
Combine two redundant Special Forms sections