Distributed Squeak and Environments

Anthony Hannan ajh18 at cornell.edu
Wed Jun 20 14:13:38 UTC 2001


Jecel Assumpcao Jr <jecel at merlintec.com> wrote:
> this sounds like a great project! ...

Thanks for the encouragement.

> While associating environments with processes is also a good idea, we
> only have one process for the GUI and that is a problem.

No its not, a process can change environments by doing:
[x doSomething] valueIn: anEnvironment.

> It would be nice if different visual objects could live in separate
environments.

Visual objects could point to different environments and use the above
#valueIn: message when executing requests

- Anthony





More information about the Squeak-dev mailing list