So grateful today for the general stability of clojure and clojure libs, and thoughtful design. I’ve been trying to run a python tool this morning, just to get some visualizations. Of course the instructions in the readme don’t work, and things break and every fix for the breaking thing introduces more and different things that break, and suggestions involve installing virtual environments, and these have their own breaking issues. The fact that the clojure version is specified in deps.edn is seems to me so much easier to work with than the stateful version managers like rvm, nvm and conda.
💯 In my experience the closest thing python has to that is poetry. It's still not the same but you might want to check it out if you haven't already