Hacker News new | ask | show | jobs
by notus 2413 days ago
I recommend asdf for version management if you use more than one programming language
3 comments

Seconded. Just to be clear asdf manages interpreters, not project dependencies. It actually uses pyenv under the hood to manage Python versions. I use it to manage Elixir and Python versions and it works rather well. I also find its CLI interface well designed and consistent.
The Common Lisp build system?