clr 2026-09-01

[ANN] Clojure.Cljr 0.1.0-beta is released. After two years in alpha release, I thought maybe it was time to go beta. This release is mostly updating the versions of the underlying Clojure libs, announced recently. The biggest functionality enhancement resulting from those updates is the prepping is now functional. Run the following to install:

dotnet tool install --global Clojure.Cljr --version 0.1.0-beta1
You might need to do
dotnet tool uninstall -g Clojure.Cljr
first. Then you can invoke via
cljr  ...various args...
More details on functionality compared to the JVM version (`clj` and clojure) at the https://github.com/clojure/clr.core.cli/blob/main/README.md .

🙏 3
🙏🏼 1
🎉 6