top | item 36746195

(no title)

slondr | 2 years ago

Ruby is much better on the package management front and may be better suited to this task overall.

discuss

order

BiteCode_dev|2 years ago

Having 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.