5 ms·
Ruby is much better on the package management front and may be better suited to this task overall.
by slondr 3y ago
Ruby is much better on the package management front and may be better suited to this task overall.
- BiteCode_dev 3y agoHaving try both, I would say quite the opposite. Ruby package management is lacking in many ways. E.G: there is not good build in solution to manage projects and multiple versions of ruby on windows, it's all 3rd party. And C-extensions are still terrible to install The apparent simplicity comes from the fact the ruby ecosystem is much smaller than the Python one, with 95% of it revolving around ror, so you are more often on the happy path and see less errors.