Fork me on GitHub
#emacs
<
2019-05-25
>
Daouda01:05:12

hey guys, I am new at learning clojure and was using intellij and cursive plugin, but i decided to switch to emacs. I want to know if there a cursive plugin for emacs, if yes how to get it?

didibus03:05:00

You got many options for Emacs. Cider is the most popular one. There is also inf-clojure (most minimal). Clojure-lsp, and spiral

didibus03:05:11

But you should try Cider first

practicalli-johnny07:05:29

CIDER is what the large majority of developers use to give you all the IDE features you are used to. There are some great docs at http://www.cider.mx/en/stable/ If you are new to Emacs, I suggest looking at a community configuration to help you get started quickly, such as Spacemacs. My Spacemacs setup for Clojure is detaied here https://practicalli.github.io/spacemacs/ It includes auto-completion, got client, linter, structural editing, etc.

tanners02:05:09

Check out CIDER https://github.com/clojure-emacs/cider. Its the go to clojure plugin for emacs. Its different than cursive but theres a lot of overlap.

tanners02:05:02

Also if you have further questions about it theres a cider specific channel