I think that it would be nice to be able to turn a prototype into a class definition. Because as igor said been able to edit code is often a good way to reuse.
On Aug 7, 2011, at 9:53 PM, Denis Kudriashov wrote:
>
> 2011/8/7 St�phane Ducasse <stephane.ducasse@inria.fr>
> Question:
> Do you have a way to generate the code for the prototype one you have created one by direct manipulation?
> A prototype is like a specification of certain attributes?
>
> No. Prototype is just basic morph. When guide requested to show presenter it search saved prototype for presenter and execute "prototype veryDeepCopy" to create view instance.
> So there is no need to support specification objects. It is all basic morphs.