in reply to Re: Re: -isa() and -can() asymmetry
in thread -isa() and -can() asymmetry

My guess is that both were built for speed, but can could work off of the same method lookup cache that Perl uses for regular method lookups, so accuracy came for free.

Now why didn't they just bite the bullet and make isa accurate as well? I don't know, because if I was going to offer the feature I would make accuracy a priority. :-(

  • Comment on Re (tilly) 3: -isa() and -can() asymmetry