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
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
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
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
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