documentation improve documentation + tutorial ... tuturial should have a sample object to @clone destroying things objects owned should go to destroyer, objects homed to there should be adjusted. ick. process control ability to get a listing of all running processes, kill a specific one, or set a process to 'nice' ... allowing a process to set itself 'low-priority' so that it receives smaller time slices (maybe with an increase in absolute ticks given.) this is good for things like housekeepers, etc. RPG in-core role-playing objects to give skills, abilities, etc. just parent someone to the right object and away you go... possessions the inverse of 'owners' ... a list of all the things you own how to handle possessions/children/etc... elegantly? (i.e. without adding to the object structure any more than already is.) messages following Apple's lead, common messages (e.g. "I don't understand that") should be centralized on one object so people can rewrite that for different languages.