cider

A channel dedicated to the Clojure Interactive Development Environment that Rocks (aka CIDER). :cider:
2020-12-29T19:19:17.426100Z

Yay!

;; Connected to nREPL server - <nrepl://localhost:58664>
;; CIDER 1.1.0snapshot (Nesebar), nREPL 0.8.0

2020-12-29T19:22:38.428500Z

Only problem is load file and load buffer do not seem to work. C-c C-e works just fine, but if I do C-c C-l I get a “Loading…” message in the minibuffer followed by =&gt; nil but the code does not seem to be evaluated. This is with a cljs ‘node’ repl evaluating code in a .cljc file.

2020-12-29T19:25:03.428900Z

How can I debug this?