cider

A channel dedicated to the Clojure Interactive Development Environment that Rocks (aka CIDER). :cider:
niveauverleih 2021-03-10T16:52:03.248800Z

Hi. I get "No applicable method: sesman-start-session, CIDER" since I updated emacs and cider yesterday. I use spacemacs dev. Any ideas?

dpsutton 2021-03-10T16:52:48.249100Z

try (require 'cider)

chrisn 2021-03-10T18:04:28.249900Z

IS there a recommended way to, from a repl session, terminate the repl server? I have finally got a clojure cider repl hosted by a python .exe working and at some point I might want to return control to the python executable.

chrisn 2021-03-10T19:30:39.250800Z

-- nm above. The easiest way is to start a repl server and save the server and then later call stop-server on it.

dpsutton 2021-03-10T19:31:19.251Z

what does save the server mean?