Aug. 22, 2013
5:19 p.m.
Am 22.08.2013 um 16:25 schrieb Stéphane Ducasse <stephane.ducasse@inria.fr>:
On Aug 22, 2013, at 3:23 PM, Norbert Hartl <norbert@hartl.name> wrote:
Does pharo support runtime trait composition or does it only work on class definition time. I mean something like
anObject addTrait: MySpecialCapability anObject removeTrait: MySpecialCapability
Nope :) traits are static :)
Sad. You know I was not asking about trait but about runtime composable behavior. I'm not sure what you mean with "traits are static". If traits are static in pharo that's fine. If you think traits are static by design then I was looking for something that has a different name :) Norbert
Norbert