Just to start some discussion, here are some questions to consider. 1. What compiler should we use? 2. What kind of GC should we use? Copying? Conservative? Replicating (good for distributed/database stuff)? 3. Should we have ``hard'' interrupts or should we poll? ~jrm