thenand what we have instead?myClass createAnonymousSubclass.it should be as long as:how long this expression could be?Yes, when we discussed this with Martin (for a first time on that topic, i guess)all i wanted is a convenience method to _just_ make anonymous subclass..
First:
self classBuilder anonymousSubclassOf: NBExternalArray.
������ ���� ������ builder superclass: NBExternalArray ].
newSubclass := AnonymousClassInstaller make: [ :builder |
this is unacceptable.
Because imagine one day you would want to port such code, (not necessary NB, but code which creates and
uses anonymous subclasses), which code for porter, would be easier to understand how to port it if another dialect will miss any AnonymousClassInstaller?
--
Best regards,
Igor Stasenko.