← Back to context

Comment by TheCapeGreek

2 years ago

As a PHP developer I refuse to use Python because I know how unwieldy it's felt whenever I've had to do serious work with it.

To each their own, but even PHP's setup these days is way ahead.

Composer autoloading is a brea to of fresh air compared to the python packaging Hydra. The only place Python does better is by having a manylinux base that enforces libraries, and provides a way for packages to include native libraries. PHP binary extensions (and similarly Ruby) are ver immature in comparison.