Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: What is Perl *NOT* good at?

by kvale (Monsignor)
on Apr 20, 2004 at 20:53 UTC ( [id://346796]=note: print w/replies, xml ) Need Help??


in reply to What is Perl *NOT* good at?

I generally program it in perl first and see what happens. I have rarely been disappointed :)

In my experience, core perl can be less than optimal for

  • Large matrix and vector operations (but see PDL for an excellent speedup)
  • Although there are a lot of XS modules out there, interfacing to libraries could be easier.
  • Some types of functional programming require efficient handling of tail recursion, which is not a strong point of the current perl.

-Mark

Replies are listed 'Best First'.
Re^2: What is Perl *NOT* good at?
by etj (Deacon) on Jun 23, 2022 at 15:38 UTC
    Tail recursion is entirely possible in Perl, using the construct goto &own_func_name (having updated @_ as desired).

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (3)
As of 2024-04-20 01:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found