I have had the experience you fear, but the other way round.

Way back when, my primary languages were C and TCL - I had been working on a large TCL project for about 18 months when it was abruptly canned, coincidentally shortly after I'd started delving into Perl a bit in my spare time.

During the next 12 months I hardly touched TCL, and wrote mostly C and Perl. Then I needed to automate a remote process, and wanted to use Expect for it. Everything went fine until I needed a regular expression - not a problem, I'd been churning the things out with ease just 12 months earlier, except now I found that I couldn't work out how to escape it. Not even with the manual in front of me. My brain simply didn't want to take it.

I spent about a day fighting the dang thing, then decided life was too short, gave up, and did it another way. I've tried to use Expect a couple of times in the 8 years since, with much the same results.

I still believe TCL is a fine language, and maybe when Perl5/6 and Parrot are a reality I'll be able to play with it once more, knowing that I have the freedom to skip out to Perl when I need a regexp.

Hugo


In reply to Re: perl primary, and keeping multiple languages in your head, and ruby by hv
in thread perl primary, and keeping multiple languages in your head, and ruby by water

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.