<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On 25.10.2010, at 23:42, Lawson English wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">
<div bgcolor="#ffffff" text="#000000">
    On 10/25/10 2:23 PM, Bert Freudenberg wrote:
    <blockquote cite="mid:87086BC8-5BFB-477E-9D79-781AC4114802@freudenbergs.de" type="cite"><br>
      <div>
        <div>On 25.10.2010, at 23:10, Eliot Miranda wrote:</div>
        <br class="Apple-interchange-newline">
        <blockquote type="cite"><br>
          <br>
          <div class="gmail_quote">On Mon, Oct 25, 2010 at 1:59 PM,
            Lawson English <span dir="ltr">&lt;<a moz-do-not-send="true" href="mailto:lenglish5@cox.net">lenglish5@cox.net</a>&gt;</span>
            wrote:<br>
            <blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
              0.8ex; border-left: 1px solid rgb(204, 204, 204);
              padding-left: 1ex;">
              In the Wikipedia entry on Smalltalk, there is this line in
              the history section, 3rd paragraph, added roughly a year
              ago: &nbsp;"...Smalltalk-80 added [[metaclass]]es, to help
              maintain the "everything is an object" (except private
              instance variables) paradigm by associating properties and
              behavior with individual classes, ..."<br>
              <br>
              <br>
              Is this one of those esoteric details that mere mortals
              are not meant to understand, or is this an error?<br>
            </blockquote>
            <div><br>
            </div>
            <div>"(except private instance variables)" looks like a dig
              or a jibe. &nbsp;I would have put it</div>
            <div><br>
            </div>
            <div>&nbsp;"...Smalltalk-80 added [[metaclass]]es, to help
              maintain the "everything is an object" paradigm by
              allowing classes to have their own specific state and
              behavior, ..."</div>
            <div>&nbsp;</div>
            <div>Perhaps they were trying to say that because Smalltalk
              lacks private instance variables Smalltalk objects are not
              true objects, which is I suppose arguable. &nbsp;But it makes
              poor sense to state that private instance variables aren't
              objects; public inst vars aren't objects either.</div>
          </div>
        </blockquote>
        <br>
      </div>
      <div>It's plain nonsense. Here's the edit that added the "private
        instance" modifier:</div>
      <div><br>
      </div>
      <div><a moz-do-not-send="true" href="http://en.wikipedia.org/w/index.php?title=Smalltalk&amp;diff=prev&amp;oldid=280020438">http://en.wikipedia.org/w/index.php?title=Smalltalk&amp;diff=prev&amp;oldid=280020438</a></div>
      <div><br>
      </div>
      <div>Someone should just correct it.</div>
      <br>
    </blockquote>
    So now I just confused (more). Instance variables are NOT objects in
    Squeak?<br>
    <br>
    <br>
    Lawson<font class="Apple-style-span" color="#000000"><font class="Apple-style-span" color="#144FAE"><br></font></font></div></blockquote><br></div><div>They are, don't get confused.</div><div><br></div><div>It depends on what is meant by "instance variable". Their contents are objects of course. No doubt about that, everything is still an object.</div><div><br></div><div>But there is no "variable" object. Assignment to temps and instance variables is not a message send, but done "directly". I guess that's what some people mean when complaining about insufficient "objectness" of variables.</div><div><br></div><div>
<span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Lucida Grande; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><div style="font-family: Helvetica; "><span class="Apple-style-span" style="font-family: Helvetica; ">- Bert -</span></div><br class="Apple-interchange-newline"></span>
</div>
<br></body></html>