I'm pretty sure that really depends on the person involved. It's a bit like learning a new (spoken) language. There are a few people who can pick up a new language in a few weeks, others spend a lifetime.

It also depends on the problem you are working on. If you've done something similar before or using one of your standard constructs, you will get fluent quite fast. If you do something totally different, you might have to use subsets of the programming language you seldomly, if ever, have used before. Same goes for using your mother tongue: You might have used it for decades fluently, but that doesn't automatically mean you can write a medical record or a set of laws in it without effort, as these often use special forms of the language with words you mostly never use in your day-to-day communication.

"For me, programming in Perl is like my cooking. The result may not always taste nice, but it's quick, painless and it get's food on the table."

In reply to Re: When does programming become automatic (if ever)? by cavac
in thread When does programming become automatic (if ever)? 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.