chlorine-clover

About Chlorine for Atom and Clover for VS Code: https://atom.io/packages/chlorine and https://marketplace.visualstudio.com/items?itemName=mauricioszabo.clover
borkdude 2020-10-26T13:46:40.102Z

@kiemdoder Recently there was a blog article about Clojure formatters: https://clojureverse.org/t/clojure-formatting-with-cljstyle/6743 Maybe cljstyle can be hooked up to some key binding

borkdude 2020-10-26T13:47:15.102500Z

I'm not sure what chlorine uses for formatting. In Emacs I think clojure-mode takes care of this...?

mauricio.szabo 2020-10-26T13:47:31.102900Z

Chlorine uses.... nothing 😄

borkdude 2020-10-26T13:49:13.105600Z

@mauricio.szabo Maybe you could make some assistant binary chlorine that includes clj-kondo, cljstyle, etc and you bind this to Atom keybindings and people get all kinds of extras when they have that installed ;)

mauricio.szabo 2020-10-26T13:51:15.107100Z

It just connects to a socket-repl and evaluates commands, really. Everything else is outside the scope of the package. I don't really know if this decision will be final, to be honest, but as I'm currently really busy with lots of things, so maybe it'll take a while to wrap everything. But the idea of an assistant binary could be useful... but I have to consider that there's at least 3 operating systems to work with, so....

borkdude 2020-10-26T13:51:22.107300Z

or defer to some other installed binaries. cljstyle already has a binary, clj-kondo as well

borkdude 2020-10-26T13:51:49.107600Z

yeah makes sense not to wrap those projects with your own binary

borkdude 2020-10-26T13:52:21.108Z

so maybe someone can just make an Atom package around cljstyle and you can install that independently

kiemdoder 2020-10-26T14:03:22.109100Z

Thanks @borkdude I will have a look at the article you referred to.

mauricio.szabo 2020-10-26T14:09:44.109500Z

I believe atom-beautify does it

mauricio.szabo 2020-10-26T14:09:46.109700Z

https://github.com/Glavin001/atom-beautify#language-support

kiemdoder 2020-10-26T14:13:54.110800Z

Ah, I see atom-beautify supports cljfmt

kiemdoder 2020-10-26T14:14:25.111300Z

That should be easy enough to get going 🙂

kiemdoder 2020-10-26T14:16:36.112400Z

I see atom-beautify has almost 8 million downloads so far.

kiemdoder 2020-10-26T14:16:53.112700Z

Someone likes it 🙂