Skip to content

Instantly share code, notes, and snippets.

@masak
Created March 26, 2011 09:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save masak/888173 to your computer and use it in GitHub Desktop.
Save masak/888173 to your computer and use it in GitHub Desktop.
GSoC Perl 6 task proposal
Make a binding from Perl 6 to an XML parsing library. Make it possible to
call out to the library, and to have it return with a data structure
representing the parsed XML.
One possible possibility here is to have the returned data structure be in its
native C form, i.e. not necessarily wrapped in Perl 6 objects. Making use of
jnthn's work on representations, it would still be possible to interact with
the data structure, treating it as real Perl 6 objects with attributes, methods
etc. This would create a best-of-two-worlds situation, giving us the speed
of C and the convenience of Perl 6.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment