Re: Perl 6 Summary for 2004-12-20 through 2005-01-03

2005-01-09 Thread Adam Kennedy
Matt Fowles wrote: Perl 6 Summary for 2004-12-20 through 2005-01-03 All~ Welcome to a New Year of Perl 6 Summaries. I have been doing bi-weekly summaries over the holiday season, but I plan on returning to weekly ones now. Hopefully "World of Warcraft" won't prevent me, we shall see

Re: Possible syntax for code as comment

2005-01-09 Thread David Storrs
On Sat, Jan 08, 2005 at 12:48:32PM -0800, Ashley Winters wrote: > > sub canon( $subjet, $complement) > -> $s = $subjet{$*Global}, $c = $complement > { > my @foo = ...; > for @foo -> $bar; $remaining = @foo.elems { > # $bar contains an element, $remaining contains the number of

Re: Possible syntax for code as comment

2005-01-09 Thread Luke Blanshard
David Storrs wrote: Out of curiosity, why are we all spelling 'subject' without a 'c'? Or is 'subjet' a word I'm not familiar with? (Honest question.) I assume it's a spelling error on the part of the original poster. French for "subject" is "sujet" (IIRC), and "subjet" looks like a cross between

Re: Hi, it's me / yet another student trying to write a compiler targetting Parrot ;-)

2005-01-09 Thread Leopold Toetsch
Sven Schubert <[EMAIL PROTECTED]> wrote: > Et voila. I bought "Perl 6 and Parrot Essentials" and > installed Parrot 0.1.1 You might consider to update to the CVS version. A lot of things are improved or changed already. > "Parrot provides a general-purpose parser built on top > of Perl 6's gramm

solution to TODO #32365

2005-01-09 Thread Peter Christopher
Hi there, I have included a script that I think addresses TODO #32365 -- which was, in short, allow easy shortcuts to build information. The script generates a file called parrot-config.pbc in the root directory that can search through build information and shortcuts. parrot parrot-con