Join Nostr
2025-09-24 19:46:36 UTC
in reply to

PointlessOne :loading: on Nostr: It's not exactly excellent but it's not too bad. I feel like bundler solved most of ...

It's not exactly excellent but it's not too bad. I feel like bundler solved most of the gems issues long ago. Ruby itself is little bit trickier but even it is not that bad. rbenv solved it for me a while ago.

I feel like Python is much rougher in this regard. Recently uv seem to have changed the situation for better but before it (just a year or two ago, and in many project even today) dealing with conda and virtualenvs is a royal pita.

I feel like Rust got it mostly right. It's got rustup for the tooling and cargo for everything else. And I can't name a single time I had any issues with either.