in reply to Re: Easy Reference for Contexts
in thread Easy Reference for Contexts
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
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Easy Reference for Contexts (POD-Extension)
by Anonymous Monk on Apr 14, 2011 at 14:20 UTC | |
by LanX (Saint) on Apr 14, 2011 at 14:27 UTC | |
by Anonymous Monk on Oct 24, 2012 at 13:42 UTC |