Marvelous and inspiring thread, blazar :)

I don't think there's any language except perhaps C which is as flexible, and I'd get a lot of agreement that C doesn't come close. Perl syntax is incredibly loose and allows some really elegant ways of expressing algorithms that just aren't available in other languages. To me, it's amazing how flexible this bear is as she dances so gracefully!

One reason I've always stayed away from C++ is that it seeems to me that there are several distinct paradigms for C++ programming, and mixing them gets you into more trouble than you can generally handle. In Perl, by contrast, mixing and matching seems much more encouraged. To be more specific, I'm referring to STL-oriented C++ versus OO C++ versus C-like C++. Perhaps it's my own hesitancy that's my enemy. =8*O

I think there's a lot to be said for looking at other code, and the Monastery provides an entertaining gateway into the insights of others that no other community website brings forth. I'm not very courageous in my expressive idioms -- my code isn't as bad as BASIC, but it does show assembler roots -- but I sure find lots of encouragement here to push my envelope further each and every time I build a new script.

Don Wilde
"There's more than one level to any answer."

In reply to Re: On TMTOWTDIness by samizdat
in thread On TMTOWTDIness by blazar

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.