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
sparkofreason 2019-12-23T22:20:24.001300Z

Trying to get Chlorine working with cljs and deps.edn. Is there a good example project I could look at for configuration?

sparkofreason 2019-12-23T22:25:36.001700Z

Trying to do the minimum required to execute some code in a cljs REPL.

sparkofreason 2019-12-23T22:34:25.002300Z

Yes, though I'd like to find a config I can copy from for some quick and dirty CLJS testing. Trying to piece it together from the docs.

seancorfield 2019-12-23T22:35:53.002500Z

Ah, sorry, can't help there since I don't do any cljs. What about Lumo or Planck as cljs REPLs directly?

mauricio.szabo 2019-12-23T22:37:44.002700Z

Lumo is kinda strange to work with... I think it's better to work with shadow-cljs directly. Do you need to use deps.edn?

mauricio.szabo 2019-12-23T22:38:42.002900Z

Lumo does work, but you'll probably not have the "feeling" of working with clojurescript

sparkofreason 2019-12-23T22:39:27.003100Z

deps.edn and shadow-cljs.edn would be very helpful, thanks.

2019-12-23T22:54:24.003300Z

iirc, you can use deps.edn with shadow-cljs.edn: https://shadow-cljs.github.io/docs/UsersGuide.html#deps-edn

sparkofreason 2019-12-23T22:57:13.003500Z

Thanks. I'm just missing something in configuration or workflow.

2019-12-23T22:58:09.003700Z

note that the following bit can bite folks: > You must add the thheller/shadow-cljs artifact to your deps.edn manually

sparkofreason 2019-12-23T23:05:31.003900Z

I think I got it. RTFM etc...

2019-12-23T23:14:04.004100Z

:thumbsup: