Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^5: What technical benfits perl offers over python + few more questions.

by ikegami (Patriarch)
on Nov 15, 2021 at 16:03 UTC ( [id://11138838]=note: print w/replies, xml ) Need Help??


in reply to Re^4: What technical benfits perl offers over python + few more questions.
in thread What technical benfits perl offers over python + few more questions.

C can't do closures. It can't even do nested functions. But even if it could do nested functions, it still couldn't do closures because function pointer are just addresses. There's no way to attach data to them.

See here for a more detailed explanation of the above.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (4)
As of 2024-03-28 16:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found