<div dir="ltr">It&#39;s an implementation of namespaces. In other languages, at the top of your file, you&#39;ll often see things like...<div><br></div><div style>#include &lt;math.h&gt;</div><div style><br></div><div style>
or</div><div style><br></div><div style>require &quot;Foo&quot;</div><div style><br></div><div style>or</div><div style><br></div><div style>import x.y.z</div><div style><br></div><div style>Environments basically does that for Smalltalk. It&#39;s a way of breaking up the global namespace into smaller namespaces which don&#39;t ordinarily need to share state or behavior. I haven&#39;t used it yet myself though, so that&#39;s the limit of what I know about it, and I may be wrong about the various details.</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Jul 8, 2013 at 11:00 AM, Bruce Prior <span dir="ltr">&lt;<a href="mailto:b.prior@ieee.org" target="_blank">b.prior@ieee.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    <font face="Courier New, Courier, monospace">What is Environments?<br>
      <br>
      TIA,<br>
      Bruce<br>
    </font>
    <div>On 2013-07-08 5:00 AM,
      <a href="mailto:beginners-request@lists.squeakfoundation.org" target="_blank">beginners-request@lists.squeakfoundation.org</a> wrote:<br>
    </div>
    <blockquote type="cite">
      <pre>Send Beginners mailing list submissions to
        <a href="mailto:beginners@lists.squeakfoundation.org" target="_blank">beginners@lists.squeakfoundation.org</a>

To subscribe or unsubscribe via the World Wide Web, visit
        <a href="http://lists.squeakfoundation.org/mailman/listinfo/beginners" target="_blank">http://lists.squeakfoundation.org/mailman/listinfo/beginners</a>
or, via email, send a message with subject or body &#39;help&#39; to
        <a href="mailto:beginners-request@lists.squeakfoundation.org" target="_blank">beginners-request@lists.squeakfoundation.org</a>

You can reach the person managing the list at
        <a href="mailto:beginners-owner@lists.squeakfoundation.org" target="_blank">beginners-owner@lists.squeakfoundation.org</a>

When replying, please edit your Subject line so it is more specific
than &quot;Re: Contents of Beginners digest...&quot;


Today&#39;s Topics:

   1. Re: Scope? (Sean P. DeNigris)


----------------------------------------------------------------------

Message: 1
Date: Sun, 7 Jul 2013 17:41:14 -0700 (PDT)
From: &quot;Sean P. DeNigris&quot; <a href="mailto:sean@clipperadams.com" target="_blank">&lt;sean@clipperadams.com&gt;</a>
Subject: [Newbies] Re: Scope?
To: <a href="mailto:beginners@lists.squeakfoundation.org" target="_blank">beginners@lists.squeakfoundation.org</a>
Message-ID: <a href="mailto:1373244074666-4697757.post@n4.nabble.com" target="_blank">&lt;1373244074666-4697757.post@n4.nabble.com&gt;</a>
Content-Type: text/plain; charset=us-ascii

Casey Ransberger-2 wrote
</pre>
      <blockquote type="cite">
        <pre>I think Squeak and Pharo are running Environments now
</pre>
      </blockquote>
      <pre>No namespaces yet for Pharo...



-----
Cheers,
Sean
--
View this message in context: <a href="http://forum.world.st/Scope-tp4694748p4697757.html" target="_blank">http://forum.world.st/Scope-tp4694748p4697757.html</a>
Sent from the Squeak - Beginners mailing list archive at Nabble.com.


------------------------------

_______________________________________________
Beginners mailing list
<a href="mailto:Beginners@lists.squeakfoundation.org" target="_blank">Beginners@lists.squeakfoundation.org</a>
<a href="http://lists.squeakfoundation.org/mailman/listinfo/beginners" target="_blank">http://lists.squeakfoundation.org/mailman/listinfo/beginners</a>


End of Beginners Digest, Vol 87, Issue 4
****************************************

</pre>
    </blockquote>
    <br>
  </div>

<br>_______________________________________________<br>
Beginners mailing list<br>
<a href="mailto:Beginners@lists.squeakfoundation.org">Beginners@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/mailman/listinfo/beginners" target="_blank">http://lists.squeakfoundation.org/mailman/listinfo/beginners</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br>Casey Ransberger
</div>