Hmm. I still think that misses the point. A person armed with only a Chinese-English dictionary won't be able to create a sensible text (to people fluent in Chinese). Whereas a program (write-only or otherwise) won't run correctly unless it is properly structured. In other words, you need to know Chinese before you can create it. And if you did know enough Chinese to create sensible sentences, and Chinese was a write-only language, then you would *still* have trouble reading what you wrote.

Or stated another way, "write-only" is a one-way process. To describe something as write-only you need to show it takes a disproportionate amount of time to decipher something, compared to the time it took to create it. The Chinese language isn't an example of this, because once you learn it, you'll be able to read it easily. An MD5 hash is an extreme example of the opposite. The process of creating the hash is simple, but turning a hash into a text is nearly impossible.

I'll leave the question of whether Perl is "write-only" to the philosophers, but comparing the "write-only" nature of something to unfamiliarity with Chinese is completely bogus since it tries to skirt the issue by redefining it.


In reply to Re^4: Perl for big projects by Anonymous Monk
in thread Perl for big projects by CountZero

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.