Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
I've tried alot of languages, and I'm no expert, but Perl is my main choice. This is the way I see it:

Forget all the stuff about "strictly typed languages" etc. We are dealing with "information". The information can come in many different forms, and mean different things depending on it's form. In other languages you are stuck on the "form of the information", but in Perl you just take the information and do what you want with it. Want to treat it as text? fine, as a number? fine, as a bit stream fine. Now Perl lets you do all this without having to worry about memory management, buffer overflows, and all the other drawbacks and pitfalls of "the other languages.

Java?....yuck, I see all those class files needed just to run a little app, and I delete it.

Perl just intregrates well with the way humans see information, it's the future, regardless of what the big companies say. As systems become faster, and RAM size increases, more and more people will use Perl instead of C, because it does the same thing and is easier.

For speed, use assembly, like in all the new video animation techniques. So I think using Perl as a pre- and post-processor for feeding data to assembly subroutines is the "ultimate".

From my observations of programmers I've been acquainted with, the ones that don't like Perl are the denser ones. They don't have the brainpower or willpower to pick it up, so they say "it's junk", and move on to languages like PhP.


I'm not really a human, but I play one on earth. flash japh

In reply to Re: perl's forte by zentara
in thread perl's forte by kiat

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 studying the Monastery: (2)
As of 2024-04-20 06:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found