Currently I'm plowing through a Java book. The CD that ships with it is a 'C' tutorial. The author spends the intro and the first chapter saying if you don't know the basics of 'C' basics do the CD before reading the book. In this case because Java structure and syntax is a type of 'C++' language for dummies. (Of course I've heard some say that 'C' is assembly programming for dummies.)

In the case of Perl 'C' is one of the building blocks of the language many terms and structures are laced throughout the language. If your comfortable with Perl you probably would be surprised how much 'C' you've already learned.

For me coding = laziness/OperatingSystem, but sometimes you can't be lazy. Sometimes you have to crawl into the damn chip and tell the bit to it's face what to do. Other than assembly, nothing is better for accomplishing this then 'C'. But 'C' is also a pain in the arse. Nothing is done for you, it assumes nothing, and you have to clean up behind it like a kid before toilet trainning.

In the end, if you know 'C', the OS is yours even if you don't need to use it, and you also gain the benefit that all other languages that you will learn have some vague familiarity.

coreolyn

In reply to Re: How does learning C benefit a programmer? by coreolyn
in thread How does learning C benefit a programmer? by nysus

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.