• SorteKanin@feddit.dk
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    8 months ago

    I don’t write fully functional programs, but small specific scripts for different tasks.

    This is exactly why your experience is different and you like Python better than many others. You are using Python as it was meant to be used and where it excels; for small scripts.

    When people say they don’t like Python they mean that Python does a really, really bad job when it comes to larger systems. Static analysis becomes exponentially more important in larger systems and Python has basically 0 of that.

    But as long as you stick to relatively small stuff (less than a few thousand lines), Python is pretty nice and fast to develop in.

    • Flipper@feddit.de
      link
      fedilink
      arrow-up
      0
      ·
      8 months ago

      So you are saying using python to write the server for a federated multimedia messenger is a bad idea.

      Let me tell you, I’m shocked😲