So, to test your theory, I took the latest Squeak Smalltalk image (arguably derived directly from the original Xerox Park Smalltalk80 Image)

merlyn and I have been doing some digging, which I'll record here in case this discussion resurfaces in the future.

I overgeneralized when claiming prior art in Smalltalk, and should have claimed prior art in VisualWorks, which was ParcPlace's "fork" of st80 (ParcPlace split off from Xerox Parc to commercialize Smalltalk). I have an image from the VisualWorks 2.5 era which contains an instance-side new, albeit in a dubious chunk of code that was later excised from the image. merlyn has verified that there are no instance-side new methods on VisualWorks 7.

So, the bottom line is that isn't good, solid prior art in Smalltalk for an instance new method. At best there was a failed experiment.


In reply to Re: •Re: Re: Re: Re: Mmmm ... cargo cult progamming is nummy! by dws
in thread Adding autoloaded methods to symbol table with using strict refs by strat

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.