to avoid joining the HURD of Agile Languages
I've been a pretty heavy duty user of Python lately and at first it was rather tough on me because I had no stop symbols anywhere - there are very few special characters in Python. But after awhile I got used to that.

Then I realized something. Python has a number of sequence types built in and C++ has even more, which they refer to as containers. The neat thing about this army of sequence types is they share a common set of methods. Sometimes via inheritance and sometimes via typed function calls.

Perl5 ships with a single list type called an array. Other list-like types don't get the sigil treatment and have to be operated on via a completely different syntax.

Please RSVP as to whether Perl 6 will allow one to use various container implementations under the hood instead of being limited to a particular implementation for the @ sigil type.

We already have a full library of containers implemented in Perl, it's just a question of whether it will be easy to pop them into the array sigil on demand and use like any other array.

(!sigil_overload) and # hexacamel's fate is a no brainer. like pentacamel { it will trip and fall on => the sigil wall when => overloaded with various containers. }

In reply to Why did the 6-legged camel try to cross the sigil wall? by metaperl

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.