Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/EDITORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Editor integration

The best way to develop Clojure is with an editor-connected REPL. Plugins are available for the most popular editors/IDEs:

- Emacs: [CIDER](https://cider.mx)
- IntelliJ: [Cursive](https://cursive-ide.com)
- VSCode: [Calva](https://calva.io)
- Vim: [Conjure](https://github.com/Olical/conjure)

See the [official docs](https://clojure.org/guides/editors) for more info.
11 changes: 0 additions & 11 deletions docs/INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,3 @@ It offers a wide variety of helpful tasks like convenient testing, builds, and a
2. Place it on your `$PATH` where your shell can find it (eg. `/usr/local/bin/`)
3. Set it to be executable (`sudo chmod a+x /usr/local/bin/lein`)
4. Run `lein`.

## Editor integration

The best way to develop Clojure is with an editor-connected REPL. Plugins are available for the most popular editors/IDEs:

- Emacs: [CIDER](https://cider.mx/)
- IntelliJ: [Cursive](https://cursive-ide.com/)
- VSCode: [Calva](https://calva.io/)
- Vim: [Conjure](https://github.com/Olical/conjure)

See the [official docs](https://clojure.org/guides/editors) for more info.
17 changes: 12 additions & 5 deletions docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"blurb": "Learn how to install Clojure locally to solve Exercism's exercises on your own machine"
},
{
"uuid": "e071077c-e1c3-4887-af05-43fb41fc7c87",
"slug": "learning",
"path": "docs/LEARNING.md",
"title": "How to learn Clojure",
"blurb": "An overview of how to get started from scratch with Clojure"
"uuid": "ee67597a-90da-4790-9e7a-2d198404bd6b",
"slug": "editors",
"path": "docs/EDITORS.md",
"title": "Editor integration",
"blurb": "Commonly used editors for writing Clojure"
},
{
"uuid": "1c1e43aa-cbf4-41ff-9470-8367b90b5377",
Expand All @@ -21,6 +21,13 @@
"title": "Testing on the Clojure track",
"blurb": "Learn how to test your Clojure exercises on Exercism"
},
{
"uuid": "e071077c-e1c3-4887-af05-43fb41fc7c87",
"slug": "learning",
"path": "docs/LEARNING.md",
"title": "How to learn Clojure",
"blurb": "An overview of how to get started from scratch with Clojure"
},
{
"uuid": "eeb60d5d-c35e-4b4c-ac46-9a0391db79d2",
"slug": "resources",
Expand Down