# New Ticket Created by Patrick R. Michaud # Please include the string: [perl #49173] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=49173 >
Currently all of the builtins for perl6 are written in PIR. However, it would make more sense if some builtins were written in Perl 6. We have all of the pieces we need to make this happen -- we just need (1) a logical means of keep track of builtins written in Perl 6 versus builtins written in PIR, and (2) to decide if the Perl 6 written builtins are part of a library loaded at runtime (stored where?) or part of the perl6.pbc binary. Pm