Skip to content

Instantly share code, notes, and snippets.

@gerdr
gerdr / notes.md
Last active December 12, 2015 09:49 — forked from anonymous/notes.md
random stuff that needs doing on the road to Parrot 6

Easy(-ish) stuff

  • resurrect tools/build/nativecall.pl (removed in Parrot 2.1.0) or port tools/dev/nci_thunk_gen.pir to Perl5 ( I've started with the latter, but progress is slow as it's boring )

    this is desirable as nci_thunk_gen.pir pulls in TGE via compilers/data_json

  • put the axe to runtime/parrot/library

  • migrate ops2c to NQP proper (or even Perl6)

it should be feasible as the files generated for NQP dynops can be checked-in the same way the Parrot ones already are