i do remember the initial promo on Perl6, where an assembly language of sorts, called Parrot

Parrot is a virtual machine; the assembly language is called PIR (Parrot Intermediate Representation). But it's not essential for language interaction. The important concept is that parrot knows about common concept in dynamic programming languages (like subs, methods, strings, integers, other numbers, conversion between types, namespaces), and thus allows you to call methods on foreign objects.

Since Perl 5 was never ported to Perl 6, I don't see how parrot relates to the statement that Perl 5 is a poor assembly language.

...whatever happened to the dream of the Grand Unified Language ?

That's still alive, and in Rakudo you can eval() Ruby code, and load Ruby libraries - to the extend that they run on the ruby compiler for parrot, which is quite limited right now.


In reply to Re^4: New Book: Exploring Programming Language Architecture in Perl by moritz
in thread New Book: Exploring Programming Language Architecture in Perl by billh

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.