<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html;
      charset=ISO-8859-15">
  </head>
  <body>
    There are two fundamental axioms in Smalltalk:<br>
    <ol>
      <li>Everything is an object.</li>
      <li>An object is an instance of a class.</li>
    </ol>
    The class message is fundamental,  If you override it, it is no
    longer Smalltalk.<br>
    Trygve<br>
    <br>
    <div class="moz-cite-prefix">On 2020-07-01 21:29, Levente Uzonyi
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:alpine.DEB.2.02.2007011354140.18609@login03.caesar.elte.hu">Hi
      Chris,
      <br>
      <br>
      On Tue, 30 Jun 2020, Chris Muller wrote:
      <br>
      <br>
      <blockquote type="cite">What do we need to do to make #class
        non-inlined and therefore overridable?  My impression is that
        this is on the table for 6.0, is it still?
        <br>
      </blockquote>
      <br>
      We have had this discussion a few times before. Last time[1] I
      asked you to evaluate the following in your image and report back
      if it does what you need:
      <br>
      <br>
        (ParseNode classPool at: #StdSelectors) removeKey: #class.
      <br>
        Compiler recompileAll.
      <br>
      <br>
      <br>
      Levente
      <br>
      <br>
      [1]
<a class="moz-txt-link-freetext" href="http://forum.world.st/The-Inbox-Kernel-cmm-1198-mcz-td5089411.html#a5089510">http://forum.world.st/The-Inbox-Kernel-cmm-1198-mcz-td5089411.html#a5089510</a><br>
      <br>
      <blockquote type="cite">
        <br>
         - Chris
        <br>
        <br>
        <br>
      </blockquote>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">
</pre>
    </blockquote>
    <br>
  </body>
</html>