• vrighter@discuss.tchncs.de
    link
    fedilink
    arrow-up
    4
    ·
    10 days ago

    i prefer c than python tbh. When I write a c application, it keeps working. When I write a python script, it rots and rarely lasts a year before I have to stop whatever else I’m doing and dive back into the python code to get it working again

    • HStone32@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      3 days ago

      Not to mention python has a tendency to influence things outside of its domain. I’ve configured my software repos to never update any packages containing python scripts or dependencies, because every time python updates, there’s a chance all those packages will stop working.