[Cuis] Definition of Cuis parts
Bernhard Pieber
bernhard at pieber.com
Tue Jan 22 14:38:57 CST 2013
Hi David,
Thanks for the list of tips. See my other mail to Juan in this thread.
I wonder if it would be essential to unload Morphic from Squeak? Could CuisMorphic not just be loaded in addition?
How difficult would it be to create a CuisMorphicProject? I see the current two subclasses MVCProject and MorphicProject have quite a few methods. How many of them are the bare minimum? Can you estimate how much effort it would take?
Cheers,
Bernhard
Am 22.01.2013 um 15:28 schrieb David T. Lewis:
> On Mon, Jan 21, 2013 at 11:24:01PM -0300, Juan Vuletich wrote:
>> I did a port of 'SimpleMorphic' for Pharo some time ago. It did work
>> quite reliably. It was a technical success, but a social failure. No
>> matter how much the Pharo folks talk about simplifying Morphic, you give
>> it to them, and nobody adopts it.
>
> I did some work in Squeak to bring SimpleMorphic into Squeak as a kind
> of Squeak Project (MVC project, Morphic project, and SMxProject). This
> was intended as a proof of concept, and I never finished it. But clearly
> it is possible to do this. I do not yet know anything about Environments
> in Squeak, but it sounds to me like this might it easier to do.
>
> If I had unlimited time and energy (which I do not), here is how I would
> want to approach it from the Squeak side:
>
> 1) Fix enough of the bugs in MVC to make it useable. Mainly get the
> debugger working with ToolBuilder.
>
> 2) Unload Morphic from Squeak.
>
> 3) Load Cuis Morphic in Squeak and get it working.
>
> 4) Make some kind of Project (CuisMorphicProject?) for projects that use the
> Cuis Morphic.
>
> 5) Figure out how to use Environments so that Squeak Morphic and Cuis
> Morphic projects can exist in the same image, and make sure they are
> all reloadable.
>
> 6) Migrate Etoys to Cuis Morphic?
>
> Dave
More information about the Cuis
mailing list