----- Original Message ----- From: Jared Rhine <[EMAIL PROTECTED]> Date: Wednesday, September 8, 2004 12:19 pm Subject: Current state?
> [Herbert == [EMAIL PROTECTED] on Wed, 8 Sep 2004 15:18:27 +0000] > > Herbert> And any way for an overeager newbie to help? > > The classic answer is "write tests". There's thousands of code > snippets that have been tossed out to the various perl6-* lists over > the last few years. If you want to write tests, I would say the best place to start is the A5 stuff, for two reasons: a.) Grammar/Regex tests would be really useful in testing the Grammar engine. b.) The A5 stuff is definitely the most stable part of the Perl6 design. As far as I know, it hasn't really changed much at all over the past 2 years. You could probably work directly off of A5 and S5 without having to worry if the reality is much different from the document. - Joe