I still feel dreadful when doing all these integration with leninigen. Work for whole month then get it. But there is limit of my personal time budget.
And how to work with vscode as it all fails, at least windows.
But love clojure syntax. In particular I found it hard to see all () and the simple added some syntax sugars help the eye a lot.
Hence jump to janet. In fact the community is very helpful.
Not sure but the size is small enough to see whether one can do embedded as I try picolisp but it is bounded to a low end Env.
Very promising.
Btw the whole point I later schedule more time to try clojurescript to ... May be that can wait a bit.
Of course, that's not the official instructions. These are the official instructions: https://github.com/clojure/tools.deps.alpha/wiki/clj-on-Wind... - they've managed to work out what the powershell is for "run untrusted shell script directly from HTTPs".
What there should be is an exe or MSI installer like every other Windows program.
So according to that page, there are 3 ways to install on Windows.
1. Alpha version of "clj on Windows", which seems to be the recommended approach, and requires going to another page to get the instructions.
2. Homebrew on Linux or Windows with WSL, linked to under "Installation on Linux".
3. Build from source, under "Other ways to run Clojure", which assumes git, Java, and Maven installed, with no instructions on how to install them.
I would say it's pretty confusing from that what is the optimal, recommended way to install Clojure on Windows. It might be better to have subheadings under "Installation on Windows" like "For Java developers" (assuming Java tools already installed), "For WSL users" (Homebrew), "For Powershell users" (clj on Windows). This would consolidate the Windows installation strategies and reflect the diversity in the Windows developer population. Some are already full time Java developers, some live in WSL as much as possible, and some fully embrace Windows specific tools like Powershell.
I wasn't aware of the page update, there has been like two years since I used Clojure last time.
It used to be so that they provided a zip to download.
In any case as mentioned on a sibling comment, I assume that anyone willing to use a guest language should get comfortable with the host platform.
So git, well for better or worse that is what most are using nowadays.
Maven, number one build tool on Java world, even if using another one, most likely those jars are coming from Maven Central.
Just like, regardless of my opinion on C, I keep my C knowledge up to date, because that is what I eventually might need to reach to when on UNIX like platforms.