On Sun, 2 Jun 2019 at 07:01, 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?
I'm fairly sure Environments hasn't been ported to Pharo. Namespacing
is still on open question on Pharo.
The little I know about the topic is that its complicated since it can
introduce as many problems as it solves.
its something that is wanted, but priorities have taken precedence.
A bit work being done in the background should support namespaces when
there are resources to "get it right" ...
http://forum.world.st/Namespaces-was-Re-Behold-Pharo-The-Modern-Smalltalk-tp4983800p4990734.html
For the moment, best best is a few tips on converting from namespaces.
http://forum.world.st/Migration-from-VW-to-Pharo-td5098328.html#a5098334
cheers -ben