gryphon,

Harsh luck on the job.

I used to code in VB mainly for an AS-level (British public exam) project: It did actually make some sense to me believe it or not. This was mainly because I learned how to program in BASIC anyway, so certain ways of doing things tend to make more sense to me than others - don't worry I'm growing out of this. For example it took me ages to get used to such constructs as

while (chomp <stdin>){ #foo #bar #wurble}
even though this isn't terribly hard: The while loop was a bit of a mystery to me for a while it has to be said. Anyway, this tends to tell me that any ideas of coding tend to be a bit more relative than some of us would like to admit: There are lots of ways to do things, some of which appear totally stupid - and here's the key - but only if you've never been exposed to the alternatives. My code often appears horrendously procedural and nonidiomatic, although less so more and more, simply because I have acquired more of the style of the language over time.

Anyway, just my two cents. I still quite like programming in VB now and then, mainly because it's like talking in baby language again.

"A nerd is someone who knows the difference between a compiled and an interpreted language, whereas a geek is a person who can explain it cogently over a couple of beers"
       - Elgon


In reply to Re: Why can't life be more like Perl? by Elgon
in thread Why can't life be more like Perl? by gryphon

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.