That sentence looks like a typo more than anything. Maybe a better use of natural language will help Mr. Swaine be more exact.

There is only one programming language. It looks like this when you try to represent it with symbols 11010110101011101000101010000100100010110.

I consider that painful to write and maintain, especially when you consider that cell phones have more RAM in them than the first home computers. Thankfully, so did a lot of other people, who invented various systems to write stuff down, then wrote programs to interpret that stuff into an appropriate set of 1s and 0s.

Every command-line command, every GUI point-and-click, every script, and every compiled C program has to be turned into that stuff before the computer is going to do anything with it.

The interesting question isn't what does Perl lack that makes it less full (although a hardcore compiler would nice, Perl favors a recursive view of the language which means that any free-standing compiled Perl script has to include or link to a full perl executable).

The interesting question is when does something stop being a program?

In reply to (ichimunki) Re: Real Languages vs. Perl by ichimunki
in thread Real Languages vs. Perl by doran

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.