Installing Spoon and programming a remote image

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

Installing Spoon and programming a remote image

LawsonEnglish
This tutorial only shows how to install Spoon on Mac OS X. Very
cumbersome currently, but Craig hopes to have it refined ASAP. I thought
people could start playing with it NOW, so that he can get feedback
immediately.


Installing Spoon (Squeak smalltalk extension) on Mac OS X:
http://www.youtube.com/watch?v=9zDxVsruaiU



This tutorial shows how to compile a method for an existing class in the
remote image and send the message to an already existing object of that
class in that remote image. Note that the class in the server image
doesn't change, just the remote image's class.

programming a remote image with spoon:
http://www.youtube.com/watch?v=nqRQpFkErSw&list=PL6601A198DF14788D&index=64&feature=plpp_video


Lawson