But their actual power isn't being made use of the way it should be.

I disagree.

In my book, pluggable keywords "should be" used not by every other module. Their real power is that they allow modules to do the syntax experiments that would otherwise need to happen in core, or that would require source filter (which have such a bad stigma that nobody wants to use modules based on source filters. With good reason).

You could argue that the many different object systems on CPAN make life harder for the casual programmer, but without them we wouldn't have seen the rise of Moose, which IMHO is beneficial for the whole Perl community.

I guess syntax extensions will evolve the same way: there will be many experiments, and after a while some will emerge as quasi standards. If they mature, and impose little performance penalty, maybe they will be merged into "core" Perl at some point. Or maybe not.

So the real power of syntax extensions comes from moving the language design from p5p to the community as a whole. Which is a very good thing.


In reply to Re^2: Pluggable keywords by moritz
in thread Pluggable keywords by szabgab

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.