Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^5: Curious about Perl's strengths in 2018 -- freedom

by bliako (Monsignor)
on Apr 14, 2018 at 11:43 UTC ( [id://1212865]=note: print w/replies, xml ) Need Help??


in reply to Re^4: Curious about Perl's strengths in 2018 -- freedom
in thread Curious about Perl's strengths in 2018

Larry Wall, as quoted in Re^7: Curious about Perl's strengths in 2018, nailed it in two hammerings while it took me 20:

Perl has always considered itself primarily a programmer-centric language, while Python has always considered itself to be more institution-centric. So in a sense it's a bit dumbed down, much like Java. You'll note both of those languages make their greatest appeal to managers.

Of course what he says is not divine law. My very limited experience agrees though.

Regarding JavaScript (JS/ES), interesting article here (https://auth0.com/blog/a-brief-history-of-javascript/) about the influence of Java on JS/ES and the climate and politics it was created in, e.g. Netscape. Reminds me of a Huckleberry Finn of languages vs the Tom Sawyers and, god forbid, the Sid Sawyers. Brrrrrr. So maybe JS/ES was created as a child who escaped the attention of parents and plays all day long on the street (picture: fire hydrants splashing water). Could JS/ES be the last of that breed? Has any other child been allowed to play all day long since 2000?

bliako

  • Comment on Re^5: Curious about Perl's strengths in 2018 -- freedom

Replies are listed 'Best First'.
Re^6: Curious about Perl's strengths in 2018 -- freedom
by LanX (Saint) on Apr 15, 2018 at 12:14 UTC
    Interesting article about JS, but it's again hiding the influence of Perl here.

    Apart from syntax is Perl the closest language.

    With 3 major failures:

    1. It's totally unfortunate that Eich chose to allow Perl like scalar transformations with the limited set of Java operators. The DWIM magic rules for == and + are annoying because eq and . are missing.

    2. Also is JS hampered by implementing associative arrays as objects.

    Objects in JS are (in Perl terms) best described as tied hashes, where missing keys trigger a look up into a chain of "prototype" hashes.

    While I like prototypical inheritance it's annoying if I need to deal with inheritance when I only want a hash.

    3. Hoisting of var declarations and missing block scope leads to far too many ugly work arounds to mimic the effects of my

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

Re^6: Curious about Perl's strengths in 2018 -- freedom
by Crosis (Beadle) on Apr 15, 2018 at 09:59 UTC

    What counts as "programmer-centric" is very subjective. Some might say that describes Clojure very adequately but Larry Wall himself for example is on record telling Usenet how aesthetically unappealing he finds any form of Lisp.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (7)
As of 2024-04-19 09:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found