Changes between Version 35 and Version 36 of GSoc2011

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

+some links to the embed API code and in-repo docs

Legend:

Unmodified
Added
Removed
Modified
  • GSoc2011

    v35 v36  
    214214 
    215215=== Refactor PL/Parrot to use the new Parrot Embed API === 
    216  * '''Difficulty''': <4/5>  
    217  * '''Links of Interest''': http://pl.parrot.org 
     216 * '''Difficulty''': 4/5 
     217 * '''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 
    218218 * '''Possible Mentors''': dukeleto 
    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.