I fear that if perl as it is known today had been around in the sixties, it would have fallen into such severe disrepute that nobody would be using it today. Back then, every byte of memory that you could save counted. perl uses a *lot* more memory that the languages available in the sixties. It does so for good reasons, and the trade-off is well worth it now in this decadent era of cheap DDR SDRAM and many-gigabyte hard drives, but it would have been a different thing in the sixties. Look at the reputation Lisp got, and it didn't have anything like as much memory overhead as perl. Even as late as the mid eighties it was still considered reasonable to store eight boolean variables in a single byte, in order to conserve RAM. It meant an extra couple of clock cycles (also at a premium back then) to examine or change any of them, but it saved seven whole bytes of RAM, so people did it. Indeed, Infocom's ubiquitous zmachine (almost certainly the most portable and widely-implemented virtual machine in the history of computing) has this feature (variables that are actually stored in a single bit) hardwired into its object data structure.

-- 
We're working on a six-year set of freely redistributable Vacation Bible School materials.

In reply to Re: If Perl Existed in the 1960's... by jonadab
in thread If Perl Existed in the 1960's... by thezip

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.