The board needs to oust the CEO.

  • Rikudou_Sage
    link
    fedilink
    English
    1
    edit-2
    5 hours ago

    Imagine going to the slowest and ugliest interpreted language there is and feeling superior about it.

    Like, modern Python is basically what PHP was at its lowest point, PHP 4 (20 years ago).

    • Something Burger 🍔
      link
      fedilink
      English
      24 hours ago

      No, it’s worse. PHP never had shit like virtual environments and a million different incompatible package managers.

      • @daddy32
        link
        English
        33 hours ago

        Virtual environments are a great thing.

        • @[email protected]
          link
          fedilink
          English
          32 hours ago

          I’d argue that the concept of isolated environments is great. Python’s implementation… leaves something to be desired.

          It’s still a bit hacky, even in Python 3. Tools like uv and pdm exist in the gaps to smooth it out.

          That said, it’s something that the core community is actively working on and it’s not something users will face day to day.

          I say this as someone who moved from PHP 3 to Python 2 to Ruby to PHP 6+ to Python 3 as their goto language over the years.