Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^2: I just had to share this (Quora comment on Python)

by ait (Hermit)
on Mar 30, 2021 at 03:29 UTC ( [id://11130565]=note: print w/replies, xml ) Need Help??


in reply to Re: I just had to share this (Quora comment on Python)
in thread I just had to share this (Quora comment on Python)

The one thing that I know Perl can do, and in my opinion no other language can do better, is to start small and grow. With Perl you can approach a problem and spike different parts of it very quickly and then you can reshape the code in many different directions and using multiple paradigms. This ability to iterate very rapidly with minimal loss and with freedom of testing out different directions is really unique to Perl. I don't think any other computer language has this.

Mojolicious captures this concept beautifully, and I think THAT is the essence of Perl, and that is is why is my goto language for everything.

IMHO goes way beyond TIMTOWTDI and I don't think ww are even able to describe it properly.

  • Comment on Re^2: I just had to share this (Quora comment on Python)

Replies are listed 'Best First'.
Re^3: I just had to share this (Quora comment on Python)
by LanX (Saint) on Mar 30, 2021 at 15:04 UTC
    > This ability to iterate very rapidly with minimal loss and with freedom of testing out different directions is really unique to Perl. I don't think any other computer language has this.

    This power must come with the responsibility not to miss the right time to refactor the code.

    You have no idea how many times I had to save the day with some magic tricks and my clients promised me that they will fix the root problem and to never ever boilerplate that exceptional trick into a "common" technique ...

    Cheers Rolf
    (addicted to the Perl Programming Language :)
    Wikisyntax for the Monastery

Re^3: I just had to share this (Quora comment on Python)
by Anonymous Monk on Mar 30, 2021 at 13:09 UTC
    The antithesis of this idea of course being PHP ... where everything is "built in" to the language, and they decide to change it from version to version apparently just because they can, and the resulting interpreter is HUGE. "There's only one way to do it, and in version X+1 that's now different."

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11130565]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (4)
As of 2024-04-20 02:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found