The board needs to oust the CEO.

  • Rikudou_SageEnglish
    arrow-up
    12
    arrow-down
    20
    ·
    6 days ago
    edit-2
    6 days ago
    link
    fedilink

    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 🍔English
      arrow-up
      8
      arrow-down
      3
      ·
      6 days ago
      link
      fedilink

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

      • daddy32English
        arrow-up
        9
        arrow-down
        2
        ·
        6 days ago
        link
        fedilink

        Virtual environments are a great thing.

        • egerlachEnglish
          arrow-up
          11
          arrow-down
          0
          ·
          6 days ago
          link
          fedilink

          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.

      • oldfartEnglish
        arrow-up
        1
        arrow-down
        0
        ·
        4 days ago
        link
        fedilink

        Hahahahaha. Are you seriously defending crap like __autoload and package management built on top of that hack?

    • fruitycoderEnglish
      arrow-up
      1
      arrow-down
      0
      ·
      6 days ago
      link
      fedilink

      Mojo is what is keeping me vindicated that python was a good choice. That and it’s worked for every project I’ve ever used it for lol

      But that’s small potatoes in the technologist game

      • theneverfoxEnglish
        arrow-up
        4
        arrow-down
        0
        ·
        5 days ago
        link
        fedilink

        The best tool is the best tool for the job. My php code was immaculate - import header, write your content, import footer. I wrote it all in a few hours, and I think my university is still using it today. One of my proudest moments was when a team member whose abilities I respected gushed over how easy my code was to work with

        I haven’t used it since.

        I’m led to believe modern PHP has become pretty good. It’s also never been the right tool for the job since then

        Mojo sounds incredible - python is a beautifully consistent language, and I’ve written a shit load of it. I like it a lot. It’s often not the right tool for the job, but mojo promises to turn it into something extraordinary that shores up its weaknesses It’s just promises so far though, I really hope they pan out

        But always ask yourself - what’s the right tool for the job?