Fork me on GitHub
#cider
<
2021-11-14
>
macrobartfast20:11:28

What’s the trendiest way to generate a reagent project that will play well with Emacs/cider?

macrobartfast20:11:57

shadow-cljs is out there now, too… not sure if/how that all fits in now.

macrobartfast20:11:18

I like to evaluate forms in terminal Emacs.

macrobartfast20:11:31

lein… clj… etc… various options. I should say, what’s a trendy way… I’m sure there are a lot.

macrobartfast21:11:31

trying lein new shadow-cljs treefinder +reagent

macrobartfast21:11:44

and, from Emacs, cider-jack-in-clj&cljs.

macrobartfast21:11:07

that ran into the weeds… trying npx create-cljs-app myapp. UPDATE: that worked. Had to run yarn start, quit that, then cider-jack-in-clj&cljs from within Emacs and everything worked.