Changes between Version 15 and Version 16 of LoritoDesignQuestions

Show
Ignore:
Timestamp:
08/01/10 09:27:41 (11 years ago)
Author:
cotto
Comment:

minor fixes

Legend:

Unmodified
Added
Removed
Modified
  • LoritoDesignQuestions

    v15 v16  
    1 As [http://trac.parrot.org/parrot/wiki/Lorito Lorito] seems to be a somewhat nebulous concept about which people seem to be certain about only a few specific details (not that the specific details are the same between any two people), this is a list of questions we need to consider when designing, planning, and implementing Lorito. Feel free to add more.  When adding answers, please ensure that there is some agreement among Parrot developers about the answer. 
     1As [http://trac.parrot.org/parrot/wiki/Lorito Lorito] seems to be a somewhat nebulous concept about which people seem to be certain about only a few specific details (not that the specific details are the same between any two people), this is a list of questions we need to consider when designing, planning and implementing Lorito. Feel free to add more.  When adding answers, please ensure that there is some agreement among Parrot developers about the answer. 
    22 
    33=== How should I think about Lorito to understand its purpose and to answer these questions? === 
     
    113113=== How will Lorito support advanced control flow constructs such as coroutines, continuations, exceptions and CPS in general? === 
    114114 
    115 These will all be implemented on [http://irclog.perlgeek.de/parrot/2010-07-23#i_2600954 top of Lorito] in terms of goto and call.   
     115These will all be implemented on [http://irclog.perlgeek.de/parrot/2010-07-23#i_2600954 top of Lorito] in terms of goto.  Internally, Lorito will use CPS. 
    116116 
    117117=== What kind(s) of memory access will Lorito support?  How will memory management (automatic and manual) work? ===