Changes between Version 18 and Version 19 of GSoc2011

Show
Ignore:
Timestamp:
03/11/11 17:01:20 (11 years ago)
Author:
tene
Comment:

Add minor notes about hll interop task.

Legend:

Unmodified
Added
Removed
Modified
  • GSoc2011

    v18 v19  
    7878=== Language Interop === 
    7979 
    80  * '''Difficulty''': <UNKNOWN> 
    81  * '''Links of Interest''': <NONE, please add some> 
    82  * '''Possible Mentors''': <UNKNOWN, please volunteer!> 
    83  * '''Details''': Examples to use different HLLs and to execute it as one program on top of Parrot. Calling a lua subroutine from Rakudo. How could the assembler- or byte-code from different HLLs be put together. 
    84  * '''Expected Deliverables''': <UNKNOWN, Please list what the deliverables will be> 
     80 * '''Difficulty''': 2-3/5 
     81 * '''Links of Interest''': <Add links to the hll interop PDD, previous discussions on the topic, specific source files> 
     82 * '''Possible Mentors''': Tene 
     83 * '''Details''': Implement the documented language interop API (and extend or modify where appropriate) for Parrot core languages and other Parrot HLLs; add core parrot tests of the language interop API and add cross-language interoperability tests to the parrot smoke testing server. 
     84 * '''Expected Deliverables''': Core Parrot languages and libraries usable natively from high-level-languages implemented on Parrot.  Installed Parrot HLLs and libraries can all use each other natively. <more?> 
    8585 
    8686=== POD parser ===