Changes between Version 36 and Version 37 of GSoc2011

Show
Ignore:
Timestamp:
03/14/11 12:41:34 (11 years ago)
Author:
whiteknight
Comment:

also, I can help mentor this.

Legend:

Unmodified
Added
Removed
Modified
  • GSoc2011

    v36 v37  
    216216 * '''Difficulty''': 4/5 
    217217 * '''Links of Interest''': http://pl.parrot.org, https://github.com/parrot/parrot/tree/master/src/embed, https://github.com/parrot/parrot/blob/master/docs/embed_new.pod 
    218  * '''Possible Mentors''': dukeleto 
     218 * '''Possible Mentors''': dukeleto, whiteknight 
    219219 * '''Details''': PL/Parrot embeds Parrot Virtual Machine into PostgreSQL. It was written before the new Parrot embed API was written, which has a much nicer interface. This project will consist of refactoring the PL/Parrot codebase to use the new API. In the process of converting to the new embed API, many bugs in PL/Parrot will be fixed, since PL/Parrot inherits many bugs from the old embed API. 
    220220 * '''Expected Deliverables''': A new implementation of PL/Parrot that uses the new embed API. The PL/Parrot and PL/Perl6 test suite should pass, more tests should be added, and developer docs should be written so that it is easier for other developers to contribute to PL/Parrot.