C is a much simpler language than Perl and much easier to learn.

That vastly depends on what you mean by learning a language, and how familiar the potential programmer is with low level concepts like computer memory.

If she is an experienced assembler programmer, C is probably easier to learn than Perl. If she has no clue about memory, pointers, segmentation faults and the like, Perl is easier to learn.

Also it depends on how you count: it might be easier to learn 90% of the features of the C programming language than learning 90% of the features of Perl. But the difference is that with 20% of Perl features you can already achieve a whole lot of stuff - but not with C.

So if you count "learn enough of a language to get stuff done", I disagree that C is easier to learn than Perl.

Perl 6 - links to (nearly) everything that is Perl 6.

In reply to Re^3: compiling perl scripts aka why is perl not as fast as C by moritz
in thread compiling perl scripts aka why is perl not as fast as C by punkish

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.