One of the things I don't like about asdf is that it requires you to specify a specific version. I much prefer declaring a dependency and having a version resolution create a some form of lock file.
The tool I want to try is mise. Not going to lie, but the name is a bit of a draw since I enjoy and follow the tactic of mise-en-place when I cook. That being said, I'm not sure how interested I am in the direnv-like functionality and the make-like functionality.
This might be another stop on my journey to eventually use nix.
One of the things I don't like about
asdf
is that it requires you to specify a specific version. I much prefer declaring a dependency and having a version resolution create a some form of lock file.The tool I want to try is mise. Not going to lie, but the name is a bit of a draw since I enjoy and follow the tactic of mise-en-place when I cook. That being said, I'm not sure how interested I am in the
direnv
-like functionality and themake
-like functionality.This might be another stop on my journey to eventually use
nix
.Note,
asdf
was introduced in https://github.com/scottmuc/infrastructure/issues/49