RenamingWikiPages provides a good base to think about inheritance, components and software evolution. Suppose there is a wiki page called Goodstuff, then there get to be other pages referencing Goodstuff. Then you decide you want to call it Betterstuff.
If Wiki were "implemented" in Smalltalk, I'd just do senders of Goodstuff and change the ones I wanted to Betterstuff in the senders window. I'm starting to wonder why anyone ever programs any other way. ;-> --RonJeffries
There are all sorts of things that you can do when you have global knowledge of a system. Separately compiled languages with source in file systems were a necessity when we couldn't fit all the source of a system in memory at once. Smalltalk shows just how simple things can get when everything is readily accessible from everywhere. Paradoxically, just as it becomes more feasible to use an "image" approach for very large systems, people clamor more and more for distributed and incrementally deployable systems. -- MichaelFeathers