cider

A channel dedicated to the Clojure Interactive Development Environment that Rocks (aka CIDER). :cider:
bozhidar 2021-07-01T05:22:51.242500Z

I've said before many times, but still - when I was a Java dev I was also using IntelliJ. 😄 It's just so much better than anything else, plus at the time there was some serious stagnation in java-mode and related Emacs tools.

bozhidar 2021-07-01T05:23:15.242900Z

I think Java and Scala were the only languages that I didn't use Emacs for.

blak3mill3r 2021-07-01T19:44:42.243500Z

I miss having the ability to jump to java sources from clojure sources with cider

blak3mill3r 2021-07-01T19:45:10.244100Z

Is there a modern version of that tooling? I remember having it a long time ago with java 8 or maybe even 7

Cora (she/her) 2021-07-01T19:54:24.244500Z

I usually go look at doom emacs and see how they have things set up https://github.com/hlissner/doom-emacs/tree/develop/modules/lang/java

Cora (she/her) 2021-07-01T20:04:08.244900Z

it doesn't say anything about jumping from clojure to java source or anything, though

theeternalpulse 2021-07-01T21:51:45.246900Z

I have my cider session connected to a clj&cljs shadow project. I wanted to know in a .cljc file, if I want to test out a reader conditional for both clj and cljs how do I switch it so that cider-eval-last-sexp runs in either of those two modes? I thought the cider-connect-sibling-cljs would do it, but it runs this particular code and always hits the clj condition