The only two languages I know with any proficiency are perl and C. I started with perl (after shell scripting and html/javascript stuff) and then decided to learn C, which is probably common (I imagine it is also common the other way around, but I bet the desire to "move downstream" is a More Significant Factor).

?"vs."?: I might guess that they are in fact as different from one another as you could get, despite all the similarities. Perhaps this is why you see such a proliferation of perl variants (php, ruby) alongside the proliferation of C variants and stuff grounded in C, like perl itself. But "the ground" of C is really memory management, which is fundamental to everything; learning perl, it is not much of an issue initially; learinging C it is the issue initially.

Anyway, thanks Grandfather for those two cents :) The only phrase that gave me pause is "no I/O at all", which seems oxymoronic no matter what (intuitively speaking), tho I won't argue the point further.

ps. I just noticed the rest of the thread! I have not been using this forum in a while and got confused...so I will leave it at that and start reading, it is a topic close to my heart :)

In reply to Re^2: Perl vs C by halfcountplus
in thread Perl vs C by santhosh_89

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.