And yet, I don't automatically have it at my fingertips just by virtue of having the software — which was my point in the first place.

Barring licensing requirements to the contrary, software is usually distributed to end users in executable format, and only in source form if specifically desired. When an executable format is binary or bytecode, that's not human-readable. Sometimes, such passing around of software ends up happening in a manner in which the source is not "trivially accessible".

I like the fact that, if I grab a Perl 5.x program just to use it without any specific desire to have the source, then three years later think I'd like to see the source code, I can. I don't have to go get the "trivially accessible" source, whether it's actually accessible in this case or not, because the executable code is the source. It's really convenient that way.

I'm not saying there shouldn't be capability for bytecode compilation, by the way. I just worry that the trend will be to distribute in bytecode form all the time, rather than continuing to distribute in executable human-readable source code form, which is (to me) the preferred format — mostly due to potential accessibility issues.

It's even possible to simply lose the source for something compiled to a persistent, non-human-readable form. That would be awfully inconvenient.

print substr("Just another Perl hacker", 0, -2);
- apotheon
CopyWrite Chad Perrin


In reply to Re^9: Perl 6... do we need another vm? by apotheon
in thread Perl 6... do we need another vm? by jfroebe

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.