emacs

Consider also joining #cider, #lsp and #inf-clojure, where most of the tool-specific discussions are happening.
2021-05-27T08:32:10.018300Z

I seem to be having a problem with launching the Cider Repl in emacs using the cider-jack-in command. "Unable to resolve symbol : create in this context". The error stack seems to originate from the Java libraries and not from my code. I am a newbie and have no idea how to go ahead with this. Any hints?

hindol 2021-05-27T08:55:16.018400Z

Upgrading all Clojure related packages from Melpa is worth a shot.

2021-05-27T09:47:17.018600Z

Thanks, but I tried upgrading then but the problem still persists.

2021-05-27T10:01:36.018800Z

Deleting cider and reinstalling it worked for me!

2021-05-27T10:03:28.019Z

Okay, the problem was that I had removed the ns declaration from my core.clj

👍 1