chromatic wrote:
On Saturday 20 September 2008 22:24:52 Chris Davaz wrote:

If it is the case that :method and :multi are incompatible, I am a bit
surprised to see that in the Rakudo src directory:

I said they're incompatible -- meant in terms of their semantics.  I didn't say 
they don't work together in some cases with our current implementation. (They 
probably shouldn't.)

They probably should. If they didn't, then how would multi-methods then be possible? These dispatch first on the invocant, and then once that provides the methods to consider, by the multi-dispatch algorithm within those candidates.

Jonathan

Reply via email to