in reply to Re: Re: Perl 6--not just for Larrys anymore
in thread Perl 6--not just for Larrys anymore

If you'd like to help with any of this, you should contact Sean O'Rouke.

I really would love to help out, but parrot is far over my head at this point since I have the barest understanding of C. I should point out that I have decided to learn C/C++ and have picked up a copy of Thinking in C++ to help me get started with a low-level language. It has a good thick chapter on the C you need to know C++ too. :-) Once I know C I can help out with parrot development.

Would perusing the parrot sources be helpful to me in my quest to learn C? If so, I can kill two birds with one stone (pun intended :-)

Replies are listed 'Best First'.
Re: Helping out
by jryan (Vicar) on Aug 19, 2002 at 21:39 UTC

    Believe it or not, the perl6 prototype is done entirely in perl5. So are many other parts of parrot (for instance, the parrot assembler.) Learning pasm would be very useful, and knowing c helps too (in case you need to look at the source). So there you go :)