Jon Lang wrote:
On Mon, Jul 20, 2009 at 6:03 PM, <pugs-comm...@feather.perl6.nl> wrote:
Modified: docs/Perl6/Spec/S03-operators.pod
===================================================================
--- docs/Perl6/Spec/S03-operators.pod   2009-07-20 23:56:21 UTC (rev 27634)
+++ docs/Perl6/Spec/S03-operators.pod   2009-07-21 01:03:38 UTC (rev 27635)
@@ -42,7 +42,7 @@
    X  Junctive and      & also
    X  Junctive or       | ^
    L  Named unary       sleep abs sin temp let
-    N  Nonchaining infix but does <=> leg cmp .. ..^ ^.. ^..^
+    N  Structural infix  but does <=> leg cmp .. ..^ ^.. ^..^
    C  Chaining infix    != == < <= > >= eq ne lt le gt ge ~~ === eqv !eqv
    X  Tight and         &&
    X  Tight or          || ^^ // min max

Hmm... maybe "Chaining infix" should become "Comparison"?

I second that notion,

... assuming that the category would not later be expanded with other operators that don't fit the Comparison description.

And please don't even consider instead using the term "Relational" in reference to these operators, that some people do. The "Comparison" term is more descriptive, and it doesn't conflict with other meanings of "relational" that relational databases deal with.

-- Darren Duncan

Reply via email to