@alexmiller not sure if this is something you'd be interested in but I started writing a version of the clojure
bash script in CLJS published to npm. since npm is probably the most widely used non-OS specific package manager
so you could npm install -g clojure-cli
and it work cross platform
I have a proof of concept under that name and works already wherever node runs
only tested on Windows and Linux but both work fine
(right now it only registers the sclj
command since I didn't want to conflict)
mostly doing it to figure out how the clojure
bash script works to better integrate it with shadow-cljs
but could be a standalone thing maybe
doesn't do much yet but looks much better than bash to me 😉 https://github.com/thheller/clojure-cli/blob/master/src/main/shadow/clojure/cli.cljs
might be good to have that as an extra available option given that node/npm is so widely available
I wonder how many people who would want to use Clojure/JVM do not have Node installed? pondering
I bet there are lots of JS developers that may want to use Clojure(Script) 😉
I only have Node installed for sort of legacy reasons. I loathe Node 🙂
me too 😉 async everything is such a PITA