ParrotClass

ParrotClass holds an instance of a primitive, and implements all builtin methods (like addition) through delegation.


Addition also turns out not to be a simple method dispatch, but a multi-method dispatch.


Combined, this imposes a performance penalty on builtin methods implemented by non-primitive classes.