TMTOWTDI is one of the chief points (positive or negative depends on the POV) of our favorite language. I certainly find it to be a plus point. Followers of other languages sometimes use that as a strike against Perl. While tackling a programming task earlier today, it occurred to me that while we have an embarrassment of riches when it comes to languages on the server side, within the browser we have only JavaScript. The downside is that I have to work within the innovations confined by the limits of JavaScript (I was actually looking for a MVC toolkit for JavaScript, but that is another story). The plus side is that when I encounter a problem, I don't have to offer pseudocode to to others who might want to help me -- I can offer real code because if they can help me with my browser-side problem, they *have* to know JavaScript.

If there is only one way to do it, would that be a positive or a negative?

Why is it that alternatives to JavaScript have not developed or gained traction (ECMAScript and VBScript don't count -- they are all really JavaScript -- frankly, other than VBScript, I don't even know the difference between the other two).

--

when small people start casting long shadows, it is time to go to bed

In reply to There is probably just one way to do it by punkish

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.