Reduced Cuis

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Reduced Cuis

Edgar De Cleene
Reduced Cuis Fellows Squeakers, Pharopatas and Cuiseros

http://squeakros.org/Cuis3dot2/CuiSantafesino.zip

Here you could download the smaller Morphic system.

All credit belongs to Juan Vuletich http://www.jvuletich.org/Cuis/Index.html

My wish is some day build a more compatible system with current Squeak 4.4 and/or Pharo 1.4

Also start with Spoon and reach the Cuis.image or use Seed / Hazelnut and start from the “class repository” into http://squeakros.org/Cuis3dot2/


Runs with old Squeak 4.2.5beta1U (I could use my old G4s !!!) or with newer Cog VM (Elliot and Esteban)


Edgar


Reply | Threaded
Open this post in threaded view
|

Re: Reduced Cuis

Chris Cunnington
On 12-10-20 6:47 AM, Edgar J. De Cleene wrote:
Reduced Cuis Fellows Squeakers, Pharopatas and Cuiseros

http://squeakros.org/Cuis3dot2/CuiSantafesino.zip

Here you could download the smaller Morphic system.

All credit belongs to Juan Vuletich http://www.jvuletich.org/Cuis/Index.html

My wish is some day build a more compatible system with current Squeak 4.4 and/or Pharo 1.4

Also start with Spoon and reach the Cuis.image or use Seed / Hazelnut and start from the “class repository” into http://squeakros.org/Cuis3dot2/


Runs with old Squeak 4.2.5beta1U (I could use my old G4s !!!) or with newer Cog VM (Elliot and Esteban)


Edgar



    
How does the RemoteDebugClient/Server work?

Chris


Reply | Threaded
Open this post in threaded view
|

Re: Reduced Cuis

Edgar De Cleene
Re: [squeak-dev] Reduced Cuis


On 10/20/12 10:40 AM, "Chris Cunnington" <[hidden email]> wrote:

How does the RemoteDebugClient/Server work?
 
 Chris


If you explore RemoteCommand, see most methods was dated 2005
 
Need a long work , but the idea is
You could have a big image as normal Squeak 4.4 or Pharo 1.4 and a smaller one as Cuis.

Is a very crude way of have two images and transfer source or .obj between the two via TCP.
See sending-receiving objects in Sockets (comes of rST of Diego Gomez Deck)

Edgar