[svn:perl6-synopsis] r11509 - doc/trunk/design/syn

2006-08-28 Thread audreyt
Author: audreyt Date: Mon Aug 28 00:11:57 2006 New Revision: 11509 Modified: doc/trunk/design/syn/S02.pod Log: * grammar nit, and clarify that it is the assign-to-scalar that Arrayify a list. Modified: doc/trunk/design/syn/S02.pod ==

Re: [svn:perl6-synopsis] r11504 - doc/trunk/design/syn

2006-08-28 Thread Smylers
[EMAIL PROTECTED] writes: > New Revision: 11504 >doc/trunk/design/syn/S02.pod > > +C<< ('foo','bar') >>. Since parentheses are generally reserved just for > +precedence grouping, they merely autointepolate in list context. Therefore Typo: "autointepolate". Smylers

re: Announcing the Perl 6 and Parrot wiki workspaces

2006-08-28 Thread Conrad Schneiker
Andy Lester (perl.perl6.internals / Wed, Aug 23 2006 11:27 pm) wrote: > I've created wiki workspaces for Perl 6 and Parrot on my home box at > http://rakudo.org/ > > They are: > > http://rakudo.org/parrot > http://rakudo.org/perl6 > > They are publicly readable, but to edit pages, y

Re: clarifying the spec for 'ref'

2006-08-28 Thread Juerd
Richard Hainsworth skribis 2006-08-28 10:33 (+0400): > --- > | Class > A| > | > --

Re: [svn:perl6-synopsis] r11504 - doc/trunk/design/syn

2006-08-28 Thread Markus Laire
On 8/28/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: +Elsewhere it is equivalent to a parenthesisized list of strings: +C<< ('foo','bar') >>. Since parentheses are generally reserved just for +precedence grouping, they merely autointepolate in list context. Therefore + +@a = 1, < 2 3 >,

Parrot Bug Summary

2006-08-28 Thread Parrot Bug Summary
Parrot Bug Summary http://rt.perl.org/rt3/NoAuth/parrot/Overview.html Generated at Mon Aug 28 13:15:05 2006 GMT --- * Numbers * New Issues * Overview of Open Issues * Ticket Status By Version * Requestors with m

Re: Announcing the Perl 6 and Parrot wiki workspaces

2006-08-28 Thread Juerd
Conrad Schneiker skribis 2006-08-28 1:14 (-0700): > > http://rakudo.org/ Slashdotted already, or connectivity problems from where I live? In other words: it's pretty unusably slow with over 15 seconds, sometimes even 45 seconds per page. This is from my home box, and the network feather is in.

Writing modules

2006-08-28 Thread Michael Snoyman
Hi, I wanted to start working on a module (mainly to learn Perl 6, I doubt anyone would ever want to use it). I want to do this "properly," whatever that means. I was wondering if someone could explain to me: 1) How to construct the Makefile.pl 2) How exactly to set up and run tests I realize

[svn:perl6-synopsis] r11527 - doc/trunk/design/syn

2006-08-28 Thread audreyt
Author: audreyt Date: Mon Aug 28 07:34:29 2006 New Revision: 11527 Modified: doc/trunk/design/syn/S02.pod Log: * S02: minor grammar and syntax nit from p6l feedbacks. Modified: doc/trunk/design/syn/S02.pod == --- doc/

Re: Announcing the Perl 6 and Parrot wiki workspaces

2006-08-28 Thread A. Pagaltzis
* Juerd <[EMAIL PROTECTED]> [2006-08-28 16:35]: > In other words: it's pretty unusably slow with over 15 seconds, > sometimes even 45 seconds per page. I get the same. Andy said it was his home box. Guess his connectivity’s not that great, which makes me wonder why Conrad thought it was a good pla

Re: Announcing the Perl 6 and Parrot wiki workspaces

2006-08-28 Thread Andy Lester
I get the same. Andy said it was his home box. Guess his connectivity’s not that great, which makes me wonder why Conrad thought it was a good place to point to. Try it again. I've had some problems and I'm tweaking swap space and the like. The connectivity should be find (384k upstream).

Re: Announcing the Perl 6 and Parrot wiki workspaces

2006-08-28 Thread A. Pagaltzis
* Andy Lester <[EMAIL PROTECTED]> [2006-08-28 21:05]: > Try it again. That’s better. Regards, -- Aristotle Pagaltzis //

PMC Methods, Inheritance, and User-visible Classes

2006-08-28 Thread Matt Diephouse
I'm going to start working on an AbstractPMCArray PMC class that can provide some default array vtable functions for other PMCs to inherit. This will give array classes some functionality for free. AbstractPMCArray will implement splice, for example, which can be implemented using an array's exter

Re: Announcing the Perl 6 and Parrot wiki workspaces

2006-08-28 Thread Juerd
Andy Lester skribis 2006-08-28 14:03 (-0500): > Try it again. I've had some problems and I'm tweaking swap space and > the like. The connectivity should be find (384k upstream). Would you like to host this on feather? That way, it's on an even faster upstream (roughly a factor 260) and you don

Re: Announcing the Perl 6 and Parrot wiki workspaces

2006-08-28 Thread Andy Lester
On Aug 28, 2006, at 5:23 PM, Juerd wrote: Would you like to host this on feather? That way, it's on an even faster upstream (roughly a factor 260) and you don't need to sacrifice surfing speed for it. Thanks. I don't know what feather is, though. I think I'm OK for now. I'm working wit

Re: Announcing the Perl 6 and Parrot wiki workspaces

2006-08-28 Thread Juerd
Andy Lester skribis 2006-08-28 17:26 (-0500): > > Would you like to host this on feather? That way, it's on an even > > faster upstream (roughly a factor 260) and you don't need to > > sacrifice surfing speed for it. > Thanks. I don't know what feather is, though. feather is a corporate sponsore

RE: Announcing the Perl 6 and Parrot wiki workspaces

2006-08-28 Thread Conrad Schneiker
> From: A. Pagaltzis [mailto:[EMAIL PROTECTED] > * Juerd <[EMAIL PROTECTED]> [2006-08-28 16:35]: > > In other words: it's pretty unusably slow with over 15 seconds, > > sometimes even 45 seconds per page. > > I get the same. Andy said it was his home box. Guess his > connectivity's not that great,

Re: Announcing the Perl 6 and Parrot wiki workspaces

2006-08-28 Thread Andy Lester
On Aug 28, 2006, at 6:13 PM, Juerd wrote: As promised in previous communication about the Perl 6 Wiki, feather is available to host it, on the hostnames "perl6.nl" or "www.perl6.nl". A dedicated IP address is already reserved for this purpose. Keep in mind that you can still run Socialtext

RE: Announcing the Perl 6 and Parrot wiki workspaces

2006-08-28 Thread Conrad Schneiker
> From: Andy Lester [mailto:[EMAIL PROTECTED] > On Aug 28, 2006, at 5:23 PM, Juerd wrote: > > Would you like to host this on feather? That way, it's on an even > > faster > > upstream (roughly a factor 260) and you don't need to sacrifice > > surfing > > speed for it. > > Thanks. I don't know wha

Re: Announcing the Perl 6 and Parrot wiki workspaces

2006-08-28 Thread Andy Lester
On Aug 29, 2006, at 1:05 AM, Conrad Schneiker wrote: IIRC, some part of the Socialtext wiki is open source of some kind. All of it: http://sourceforge.net/projects/socialtext/ xoa -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Implicit current-index variable, scoped inside for-loops

2006-08-28 Thread Carl Mäsak
Hey do you know what would be cool in perl 6 A special variable for when you do a for (@array) style loop it would always have the index of the array Discussed on #perl6: it's already quite easy in Perl 6 to loop with an explicit index: my @array = ; for @array.kv -> $i, $val { say "$i\t$val