May 14, 2013
8:32 p.m.
On May 14, 2013, at 10:25 PM, Benjamin <benjamin.vanryseghem.pharo@gmail.com> wrote:
Then you will have
[ receiver strangeMessage ] on: Error do: [ receiver otherMessage on: Error do: [ self defaultFallback ] ]
can you show me real examples? Because in 15 years of Smalltaking non trivial program (but may be not complex enough) I never needed that. The few times where I did somethng like that was to load broken and incomplete Squeak code lazily in VisualWorks. But it was a real deep and fun hack Stef