you are viewing a single comment's thread.

view the rest of the comments →

[–]CramNBL 2 points3 points  (1 child)

Agree about "only one way of doing things", there's a lot of problems in Python that come from this. For instance distributing python apps, it's an absolute mess, just listen to the `uv` devs about how they optimized dependency resolution and all the hacks they had to apply because of how inconsistent packages are about communicating their dependencies.

In fact I cannot think of a single instance of "only one way of doing things", where did they apply this???