• The Giant Korean@lemmy.world
    link
    fedilink
    English
    arrow-up
    41
    ·
    1 year ago

    If by “hard to understand” you’re including trying to understand someone else’s code, Perl can be a nightmare.

    • frezik@midwest.social
      link
      fedilink
      arrow-up
      4
      ·
      1 year ago

      Perl isn’t particularly worse than JavaScript. Which itself has a lot of quirks, of course. The big thing with Perl is getting your head around list and scalar context. There’s a learning curve to it, but can be very powerful once you understand. I wish more languages would do list flattening by default.