clj-on-windows

For those interested in making clj on Windows https://dev.clojure.org/jira/browse/TDEPS-67. Also see https://github.com/littleli/scoop-clojure.
nori 2019-08-26T00:00:29.426900Z

Oh that's the error I was getting for a while

nori 2019-08-26T00:00:39.427300Z

'Could not access edn' or something

nori 2019-08-26T00:01:57.428200Z

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.

seancorfield 2019-08-26T00:04:27.428600Z

No idea. I don't use #cider (yes, there's a channel for that).

seancorfield 2019-08-26T00:04:53.428900Z

I don't use #nrepl either 🙂

seancorfield 2019-08-26T00:06:18.430300Z

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).

seancorfield 2019-08-26T00:06:47.430900Z

(and I use Cognitect's #rebl browser/visualization tool)

nori 2019-08-26T00:08:15.431500Z

:thinking_face: I might set that up too.

nori 2019-08-26T00:08:37.431800Z

What's a browser/visualization tool?

seancorfield 2019-08-26T00:09:23.432100Z

Easier to point you at this https://github.com/cognitect-labs/REBL-distro than to explain.

seancorfield 2019-08-26T00:10:03.432600Z

I've done a few screencasts showing it off. Here's the first one https://www.youtube.com/watch?v=ZhzMoEz4j1k

nori 2019-08-26T00:18:58.433400Z

Oh this is so nice!

nori 2019-08-26T00:21:39.435100Z

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.

seancorfield 2019-08-26T00:40:39.436Z

Feel free to ping me if you have any questions about Atom/Chlorine/REBL (and feel free to join those channels too).