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

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
I absolutely agree with you that Perl's ability to support rapid development is one of Perl's biggest winning point. It does improve every Perl programmers "development experience".

Said this, I am not saying Perl is the only way of rapid development and to improve one's programming experience. I know not everyone like Microsoft, but you have to acknowledge that Microsoft does/did spend a huge effort in this area, and they did it very well. It is not very wrong, if I say Microsoft is actually one of the pioneers.

Java is also a well recognized try in this area, and it is a big success.

Acknowledge those other successful languages does not hurt Perl, absolutely not. Each language has its own use, its own strength, its own weak point...

Perl is not fast, and uses lots of memory, those are agreed by most IT guys, but it still has its own seat in the hall of fame.

To say there is applications not require speed is a little bit misleading. You have to quantify the speed requirement of an application. For example, we want to create a piece of code to do so and so, and the requirement says that it is fine for it to finish within n minutes, after our analysis, we decided Perl can meet this requirement, and we want to take advantage of Perl's rapid dev ability. so we pick Perl.

Next day we have another application, it is only allowed to take m minutes. After a brief study, we decided that, Perl can not meet the requirement, and base on what the application will do, we find both java and c++ might be a good fit, then we go Java or c++. (Said this, I am not judging whether Java is faster, or Perl is faster. My feeling is that it would depends on the nature of the application, but in this example, I assume java is faster in what we want to do.)

We don't need it to be "that fast", becasue it is not required, does not mean we don't want it to be that fast. If you can make it faster, you obviously would make it faster. However we have other requirements need to be taken care of, for example, as you said, we don't want to debug a memory leak at 2am.


In reply to Re: OT: Use Perl wisely and cleverly by pg
in thread OT: Use Perl wisely and cleverly by simon.proctor

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
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: (5)
As of 2024-03-28 22:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found