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":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.