Getting help with Clojure
Create an account via Clojurians Slack community self-service website, if you do not have an account already.
| Resource | Description |
|---|---|
| Clojure Docs website | descriptions & examples of the functions in the Clojure language |
| Clojure cheatsheet | Quick reference to most common functions |
| Clojure.org | detailed description of the language and features |
Viewing Clojure docs in Clojure Editors
| Editor | Show Function documentation |
|---|---|
| LightTable | Right click on a function name and select Show docs to toggle the in-line documentation for that function |
| Emacs | C-c C-d d or configure autocomplete |
| Spacemacs | SPC m h h or configure autocomplete |
| Atom / Protorepl | |
| Microsoft Code |
