--- Begin Message ---
Hi!
Each class can answer to the message #environment.
For example:
Array environment
=> a SystemDictionary(lots of globals)
The environment message returns the environment in which the class is visible.
If you wish to build modules / namespaces, you probably want to benefit from
this.
Hope it helps.
Cheers,
Alexandre
> On Jun 1, 2019, at 7:00 PM, Shaping <[email protected]> wrote:
>
> Does anyone have experience with Squeak Environments? This came up in the
> Cuis list. Environments are Squeak’s attempt at a module or namespace
> system. Does this exist for Pharo? Has anyone worked with it, and found it
> to be usable?
>
> Shaping
--- End Message ---