Answers
- "Are you really planning to write the (whole) compiler in PIR?"
No, never planned this
I'm uncertain where this myth originates
Many components are Perl 6
- grammar is Perl 6 source
- builtin functions, classes will generally be Perl 6 source
- tests are all Perl 6
- working on AST transformation in Perl 6 (NQP)