These are actually two quite different questions, because one thing is to be
desirable as a feature to be included into whatever, and one thing is to be
likely. As far as Perl is concerned, in particular, of course Perl5 sticks to backwards compatibility so anything more than negligibly disruptive of it is to be discarded.
OTOH some misc features can be perfectly compatible. For example the dor patch is already available for stable perl and included in bleedperl.
Personally, one thing that I found amazing in Perl6 is its solution of the dichotomy between lexical and package variables by means of a magic package. Now, I think that by suitably choosing a similar magic package, this idea may be adapted to Perl5 without badly disrupting backwards compatibility.
So what is your candidate for a Perl6(-like) feature that you think it would be possible to incorporate into some next major Perl5 release? Of course hypothetically speaking, i.e. ignoring technical difficulties e.g. wrt actual implementation...
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.