On Fri Dec 28 15:59:18 2007, pmichaud wrote: > 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. > And boy did it take us a little while to get there, but today we have. :-)
See under src/setting/ for various .pm files that make the start of our Perl 6 setting (similar to what other languages call a prelude). Also, this ticket had a patch supplying a Perl 6 implementation of splice for Array, from cspencer. After a couple of tweaks, I have added this to the prelude too. Thanks! So, resolving this ticket. Thanks, Jonathan