Oh that's the error I was getting for a while
'Could not access edn' or something
Trivial question - What's the cider-mode shortcut for evaluating a single line of code? I couldn't quite parse the jargon on the shortcut page.
No idea. I don't use #cider (yes, there's a channel for that).
I don't use #nrepl either 🙂
I use Atom with #chlorine because it can connect to a bare Socket REPL so I can use it with any process at all (since I can start a Socket REPL in any process just using JVM options at startup -- so we do that in QA and production, as well as on dev).
(and I use Cognitect's #rebl browser/visualization tool)
:thinking_face: I might set that up too.
What's a browser/visualization tool?
Easier to point you at this https://github.com/cognitect-labs/REBL-distro than to explain.
I've done a few screencasts showing it off. Here's the first one https://www.youtube.com/watch?v=ZhzMoEz4j1k
Oh this is so nice!
I'm definitely going to set this up tomorrow and do a project with it in the coming month. I'm already pretty used to atom. Last month my workflow was Atom & Powershell in Ruby.
Feel free to ping me if you have any questions about Atom/Chlorine/REBL (and feel free to join those channels too).