REPL-friendly development setup. DX (dev experience) might not be the best in class, but it is definitely not bad. Whenever you want to change or add something to the codebase, you start a REPL session in an IDE (in my case, Cursive / IntelliJ Idea). You can run code snippets to print their results, change the codebase, and reload the application. In addition, you can selectively run needed tests. You do not need... - Source: dev.to / 11 months ago
It helps when one shells out a license for Cursive, https://cursive-ide.com/. - Source: Hacker News / over 1 year ago
The go to is still Emacs with CIDER however, there are many who are using Visual Studio or Cursive [1] [1]: https://cursive-ide.com/. - Source: Hacker News / almost 2 years ago
It is my understanding that Cursive is implemented as a IJ plugin and that most of it is written in Clojure, so that should be a definitive yes. Source: about 2 years ago
A closer experience to the old Common Lisp commercial IDEs, when using cursive. https://cursive-ide.com/. - Source: Hacker News / over 2 years ago
There is also Cursive, an IntelliJ plugin/distribution. It's commercial though, perhaps why the parent dismissed it. https://cursive-ide.com/. - Source: Hacker News / over 2 years ago
Https://clojure-lsp.io/ can analyze cljs code and provide autocompletion without a live REPL. https://cursive-ide.com/ Is another option if you prefer a full IDE experience. Personally, dabbrev-expand (or hippie-expand) in Emacs covers 80% of my needs for code completion :). Source: almost 3 years ago
I was wondering that what the author and other redditors here would think of/about Cursive, an affordable IDE for Clojure, while they have cider in Emacs as well. Source: over 3 years ago
Definitely take a look at Cursive, it may be what you're looking for along the lines of stability and out-of-the-box features you'd see in a Java IDE: https://cursive-ide.com/. - Source: Hacker News / over 3 years ago
If you're familiar with the IntelliJ IDE, I highly recommend trying out the Cursive plugin. It makes it really easy to work entirely within your files in the editor sending forms/s-expressions to the REPL for evaluation. Comment blocks (comment ...) are very useful for saving documentation like example code to execute in a REPL. There's also a bunch of very nice keyboard shortcuts for manipulation of forms (slurp,... Source: about 4 years ago
Do you know an article comparing Cursive IDE to other products?
Suggest a link to a post with product alternatives.
This is an informative page about Cursive IDE. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.