Dear OO-enlighted Monks,

My interest in Perl6 is rapidly growing but sometimes I can’t appreciate/understand a specific language construct. Take for example partial types. The idea seems to stem from Type inference with partial types, Thatte 1988.

I looked around:

In C# it seems to boil down to: allow a single class to be defined in more than one file. See for example What Are Partial Types in C#? and Working with Partial Types. The wiki pages seem to be based on that approach.

In Perl6 it seems something completely different though (correct me if I am wrong).

Could some OO-enlighted/Perl6 Monk explain to me:

  1. What the partial types in Perl6 are?
  2. Why we want/need them?
  3. What the trade-off is: advantages/disadvantages of partial typing?
  4. Isn’t Multiple Inheritance (evil?!) some kind of partial typing?
  5. How does this compare to multiple-type objects?

Cheers
dHarry

Update: Added link to Multiple-type objects in an enhanced C++ persistent programming language.


In reply to Perl6 Partial Typing by dHarry

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.