> > what their default context is
> There's no default context.

with a little more tolerance in interpretation of "context":

IIRC some operands and builtins only work in special contexts, some even throw (threw?) warnings if not used properly.

> > There ought to be a repository of common expressions and how they behave in each context
> The perl documentation does that, doesn't it?

Well I once meditated over this, unfortunately POD doesn't have a standard notation for a brief definition for the interface of a term.

If it had, they could not only automatically be compiled into cheat sheets, but also into tool tips for IDEs or grammatical rules for syntax checkers.

There are various alternative sources for such abstracts, which get hopelessly fast outdated

For instance emacs's cperl-mode has tool-tips hardcoded which are far from being up-to-date.

Another advantage of such an hypothetical POD-extension could be the definition of use cases for snippet-expansion within an IDE, like for yasnippet in emacs or more detailed error-texts for diagnostics.

Of course some (all?) of this could be achieved with a special =FOR :format-paragraph, but there is no standard notation yet. (maybe Perl6 signatures could be a good start)

Cheers Rolf


In reply to Re^2: Easy Reference for Contexts (POD-Extension) by LanX
in thread Easy Reference for Contexts by cat_baby

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.