The most interesting things that has been discussed on Meditation and Seekers Of Perl Wisdom has been of other languages than Perl.

Here is a meditation on things that I have thought of... Everything has a purpose. Almost every aspect on anything created by human hand has an intention to it. It has an intended use.

Many years ago Cobol was created. It was created for business type applications. It was hard to develop in but... people used it and it is even used today. (IMHO) It is designed to "force" people to plan their work.

Not so many years ago Perl was created. It has shown itself invaluable for all kinds of applications. Some of them never intended to be written in perl. But they were written and used. (IMHO) It has exceeded the intended use. That is good!

PHP was created for webpage scripting. It has been used for unintended purposes but it is not very good at this. And PHP projects have been forgotten(by me and others!). (IMHO) It has been created for easy development.

Not many new COBOL programmes are created today. For the only reason that the development time is too long. PHP projects fail because the development time is too short. If development times are too short then developers don't plan their work enough. The creator of Perl has forseen the problems and made the development of scripts easy and the development of modules hard(development of PHP modules is easier it is a comparision).

Write your scripts fast. Hack together them. When you create modules. Plan your work.


In reply to Intended use and unintended use. An insight into design. by JanneVee

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.