• AnUnusualRelic@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    5 days ago

    So the alternative is:

    • either an obtuse script that works everywhere, or
    • a legible script that only works on your machine…
    • shortrounddev@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      4 days ago

      I am of the opinion that production software shouldn’t be written in shell languages. If it’s something which needs to be redistributed, I would write it in python or something

      • Hexarei@programming.dev
        link
        fedilink
        arrow-up
        1
        ·
        4 days ago

        I tend to write anything for distribution in Rust or something that compiles to a standalone binary. Python does not an easily redistributable application make lol

      • AnUnusualRelic@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        4 days ago

        For a bit of glue, a shell script is fine. A start script, some small utility gadget…

        With python, you’re not even sure that the right version is installed unless you ship it with the script.