hi, i was interested if perl is still relevant in this day and age. Perl has been on the decline for a very long time now. Perl 6 (now named 'raku) not being backwards compatible with perl 5 code made the already small perl community even smaller by splitting it in half. A good example is lisp with it’s thousands of different dialects.

Is it still worth using or is it bound to legacy software forever? Like cobol.

  • glad_cat@lemmy.sdf.org
    cake
    link
    fedilink
    English
    arrow-up
    7
    arrow-down
    1
    ·
    10 months ago

    It has never been an issue for me in 20 years. If you move code, you cut a whole paragraph, paste, and indent appropriately.

    • El Barto@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      arrow-down
      6
      ·
      10 months ago

      If I move code in non-python code, I cut a whole paragraph, paste, and I’m done if that’s all I wanted to do.

      • glad_cat@lemmy.sdf.org
        cake
        link
        fedilink
        English
        arrow-up
        2
        arrow-down
        3
        ·
        10 months ago

        Your code won’t be indented properly, same problem as Python unless you have a formatting tool in your setup.

        • El Barto@lemmy.world
          link
          fedilink
          English
          arrow-up
          4
          arrow-down
          3
          ·
          edit-2
          10 months ago

          It won’t matter. It will still compile correctly every time, as opposed to python, and that’s my point. Choice. Choice is the key here.

          • tsz@lemmy.world
            link
            fedilink
            English
            arrow-up
            1
            ·
            10 months ago

            Python isn’t (generally) compiled. Have you used python before?

            • El Barto@lemmy.world
              link
              fedilink
              English
              arrow-up
              1
              ·
              10 months ago

              I know Python is interpreted, but regardless, my point still stands. Just replace compile with run correctly.