[Newbies] Anonymous subclasses?

Casey Ransberger casey.obrien.r at gmail.com
Sat Dec 18 03:48:41 UTC 2010


Hello all,

I want to make an anonymous subclass, or a copy of (either way) a subclass
of Object.

I've been googling around looking for an example of an anonymous subclass. I
haven't had luck with anything I've found. It's possible that there's
something I'm missing conceptually, because I've read through various
examples, but they all seem to do directly with Behavior or Class. I tried
various combinations of things with both of the approaches I found. Some of
them hung the image, with others the #primitiveChangeClassTo: would fail. I
read the comment there, and am aware that using it is reckless behavior.

I see that Smalltalk compactClassesArray gives me a list of the compact
classes. I don't seem to understand the format part. I've noticed that
certain classes (e.g. Array) are declared "variable subclasses" but that's
it. I googled and didn't turn up anything that seemed to help me grok it.

Tried:

Class format. "answers 148" Head scratch; think. ^self shrug

Any pointers?
-- 
Casey Ransberger
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/beginners/attachments/20101217/127ce859/attachment.htm


More information about the Beginners mailing list