Changes between Version 14 and Version 15 of LoritoDesignQuestions

Show
Ignore:
Timestamp:
07/28/10 05:21:03 (11 years ago)
Author:
chromatic
Comment:

cotto said "Wait, what supports what?"

Legend:

Unmodified
Added
Removed
Modified
  • LoritoDesignQuestions

    v14 v15  
    55At its lowest level a small set of primitives which could form the basis of a virtual machine to run code written in C without having to follow such features of C as its calling conventions and memory management. 
    66 
    7 Put another way, what if we had a small and fast virtual machine which supported CPS, multiple dispatch, PMCs, and garbage collection but gave us control over memory layout and let us compose more ops from a handful of simple ops? 
     7Put another way, what if we had a small and fast virtual machine with a handful of simple ops and native garbage collection?  What if we could build the rest of Parrot in a language which supports CPS, multiple dispatch, and PCC natively? 
    88 
    99=== What are the main goals that Lorito should accomplish? ===