Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: What's so unique about Perl?

by tmoertel (Chaplain)
on Jul 04, 2005 at 19:29 UTC ( [id://472290]=note: print w/replies, xml ) Need Help??


in reply to What's so unique about Perl?

Not much about Perl is unique; what it can do, so can other languages. Nevertheless, Perl stands out because its expressiveness and particular blend of features give it an attractive cost model. Simply put, Perl lets programmers do more work with less effort.

After using a language for a few jobs, programmers form an intuitive model of the language's costs; some things are pricey; others, inexpensive. While programmers rarely talk about these models explicitly, they do as a community come to an understanding of languages' relative costs.

The Perl community, for example, says that Perl "makes easy things easy and hard things possible." This is a crude yet fair statement of Perl's cost model. For most trivial and small problems, Perl imposes the lowest costs that I know of. Because there are more small problems than large ones, more trivial problems than small, Perl often offers the lowest-cost solutions to common problems. Since programmers solve large problems by breaking them into small problems, Perl also has a respectably low cost for larger problems.

Further, the Perl language has been tuned for common problem domains such as text processing and web programming, which represent a large portion of many modern projects. Testing, something most serious projects invest in, is another domain where a little Perl goes a long way. In other areas Perl's cost model is not so well tuned but still better than most. For example, functional programming in Perl costs less than in more popular languages.

In short, solving common problems is usually less expensive in Perl than in more popular languages. As it turns out, this is a great feature to have in a programming language.  ;-)

Cheers,
Tom

Replies are listed 'Best First'.
Re^2: What's so unique about Perl?
by TimToady (Parson) on Jul 04, 2005 at 19:57 UTC
    Indeed, one could characterize the entire Perl 6 effort as trying to lower the cost of the hard things without raising the cost of the easy things. If some of those hard things actually get to the point of being easy things, all the better.

    Though there are, in fact, a few easy things that ought to be harder. As pointed out in another note, Perl has unabashedly borrowed good features wherever it found them. With Perl 6 we're also unabashedly "unborrowing" some of the bad features that snuck in with the good.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (6)
As of 2024-03-28 14:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found