On Tue, Apr 13, 2010 at 4:51 PM, Mark J. Reed <markjr...@gmail.com> wrote:
> Seems like both NaN <= $x and NaN >= $x should return false for any
> $x, which makes me think NaN <=> $x should maybe return something
> undefined?

That reminds me of a bug I wrote in C++ one time.  I had overloaded
comparisons in a way that didn't make any sense and caused the STL
QuickSort to run off the end of the array.  Whether that's relevant to
Perl 6, I don't know.  I'm just musing.

Kyle.

Reply via email to