Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
Environment
Last updated at 4:49 pm UTC on 16 January 2006
deprecated?

Subject: Re: [Q][Modules] Modules and Environments
From: Henrik Gedenryd
Date: Mon, 25 Feb 2002 11:14:46 +0000

Hannes Hirzel wrote:

> While browsing through the code I found the class comment on Environments
>
> From the text given there I don't understand the relation to modules and
> how they cooperate.
>
> Can anybody help please?
>
>
> Regards
> Hannes Hirzel

I used Environments as a starting point for the Modules. E:s had many good
ideas but it became apparent that it would not allow the degree of
modularity we wanted, but in practice only a handful of different "modules"
at most, because of the tree structure.

So I guess the Modules subsumed Environments.

And Environments was where the upper case message names first occured :-)

Henrik