[perl #60048] [BUG] [MMD] CGP Does Not Work with PCC Runcore Reentry

2009-09-15 Thread James Keenan via RT
On Wed Feb 25 16:08:29 2009, jk...@verizon.net wrote: > On Thu Jan 29 06:15:28 2009, Whiteknight wrote: > > > > has the remove_pic branch landed yet? > > > Well, it's still an active branch in SVN. So I would guess not. Per discussion on the mailing list, we're removing the remove_pic branch

Re: Capture as data

2009-09-15 Thread yary
Pretty sure you get the 1 as the return value of "say" (same as in perl5, print & say return 1 if they were able to output the entire string, or 0 if there was an error eg. printing to a closed filehandle). And the return value of any block is the last value of the block. And you're calling the blo

Capture as data

2009-09-15 Thread Aaron Sherman
I tried this out, and I'm not 100% certain why I got what I did (#20 release): Code: my $x = \(-> { say "Perl 6" }); say $x(); Output: Perl 6 1 First off, why can I invoke a capture when it contains a lambda? Shouldn't I get an error, here? Second, why the 1? Is that the return value of th

Re: Looking for help updating Perl 6 and Parrot part of Perl Myths talk

2009-09-15 Thread Tim Bunce
On Tue, Sep 15, 2009 at 12:15:10PM -0400, Nathan Gray wrote: > On Mon, Sep 14, 2009 at 12:15:05PM +0100, Tim Bunce wrote: > > You can find my current draft at http://files.me.com/tim.bunce/65oikg > > (2.3MB PDF) > > page 73 - Haskell should be spelled with two Ls Thank you! I kept wondering if t

Re: Looking for help updating Perl 6 and Parrot part of Perl Myths talk

2009-09-15 Thread Tim Bunce
On Tue, Sep 15, 2009 at 04:46:33PM +0200, Carl Mäsak wrote: > Tim (>), Carl (>>), Tim (>>>): > >> > I'd be grateful for feedback on any of the slides, but I'm especially > >> > interested in updates for: > >> > > >> >    page 73 - Perl 6 implementations > >> >                I've added Mildew, with

[perl #67866] tests available

2009-09-15 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in t/spec/S03-junctions/misc.t commit d6349a067afa245032afbf886065e5753c08ea53 Author: smash Date: Tue Sep 15 20:13:00 2009 + * add tests for RT#67866 git-svn-id: http://svn.pugscode.org/p

perl6.org (Was: Re: How can i contribute for perl 6 ?)

2009-09-15 Thread Moritz Lenz
(Sorry if this gets a bit lengthy and hijacks the current thread, but there are some thoughts I want to share about perl6.org, and Patrick handed me the opportunity on a silver plate here ;-) Patrick R. Michaud wrote: > On Tue, Sep 15, 2009 at 11:16:56AM -0500, Kyle Hasselbacher wrote: >> On Mon,

Re: How can i contribute for perl 6 ?

2009-09-15 Thread Patrick R. Michaud
On Tue, Sep 15, 2009 at 11:16:56AM -0500, Kyle Hasselbacher wrote: > On Mon, Sep 14, 2009 at 11:00 PM, Saravanan Thiyagarajan > wrote: > > > Would like to be a volunteer in working for perl-6. > > Can some one help me to get into right direction ? > > This is how I did it: http://perlmonks.org/

Re: How can i contribute for perl 6 ?

2009-09-15 Thread Kyle Hasselbacher
On Mon, Sep 14, 2009 at 11:00 PM, Saravanan Thiyagarajan wrote: > Would like to be a volunteer in working for perl-6. > Can some one help me to get into right direction ? This is how I did it: http://perlmonks.org/?node_id=780001 Kyle.

Re: Looking for help updating Perl 6 and Parrot part of Perl Myths talk

2009-09-15 Thread Raphael Descamps
Am Dienstag, den 15.09.2009, 16:46 +0200 schrieb Carl Mäsak: > Tim (>), Carl (>>), Tim (>>>): > >> > I'd be grateful for feedback on any of the slides, but I'm especially > >> > interested in updates for: > >> > > >> >page 73 - Perl 6 implementations > >> >I've added Mildew, wit

Re: How can i contribute for perl 6 ?

2009-09-15 Thread Patrick R. Michaud
On Tue, Sep 15, 2009 at 10:02:02PM +1000, Timothy S. Nelson wrote: > On Tue, 15 Sep 2009, Saravanan Thiyagarajan wrote: > >> Would like to be a volunteer in working for perl-6. >> Can some one help me to get into right direction ? > > Sure. The best way to help depends on your skill-set. On

Re: Looking for help updating Perl 6 and Parrot part of Perl Myths talk

2009-09-15 Thread Carl Mäsak
Tim (>), Carl (>>), Tim (>>>): >> > I'd be grateful for feedback on any of the slides, but I'm especially >> > interested in updates for: >> > >> >    page 73 - Perl 6 implementations >> >                I've added Mildew, with links, to the SMOP line >> >                anything I should add / cha

Parrot 1.6.0, "half-pie" Released!

2009-09-15 Thread jerry gay
On behalf of the Parrot team, I'm proud to announce Parrot 1.6.0 "half-pie." Parrot (http://parrot.org/) is a virtual machine aimed at running all dynamic languages. Parrot 1.6.0 is available on Parrot's FTP site, or follow the download instructions at http://parrot.org/download. For those who wo

Re: Looking for help updating Perl 6 and Parrot part of Perl Myths talk

2009-09-15 Thread Tim Bunce
On Mon, Sep 14, 2009 at 03:46:54PM +0200, Carl Mäsak wrote: > Tim (>): > > I'd be grateful for feedback on any of the slides, but I'm especially > > interested in updates for: > > > >    page 73 - Perl 6 implementations > >                I've added Mildew, with links, to the SMOP line > >        

Re: How can i contribute for perl 6 ?

2009-09-15 Thread Timothy S. Nelson
On Tue, 15 Sep 2009, Saravanan Thiyagarajan wrote: Would like to be a volunteer in working for perl-6. Can some one help me to get into right direction ? Sure. The best way to help depends on your skill-set. One place to start is at http://www.rakudo.org/how-to-help That doesn't cover e

How can i contribute for perl 6 ?

2009-09-15 Thread Saravanan Thiyagarajan
Hi, Would like to be a volunteer in working for perl-6. Can some one help me to get into right direction ? @perlsaran

Re: Looking for help updating Perl 6 and Parrot part of Perl Myths talk

2009-09-15 Thread Tim Bunce
On Tue, Sep 15, 2009 at 09:40:46AM +1000, Damian Conway wrote: > Darren Duncan wrote: > > > So another proposal I have is to add to the slideshow mentions of the > > Enlightened and Modern Perl movements and where one can go to read more, > > this being supplemental to PBP. > > With that suggesti

Re: Looking for help updating Perl 6 and Parrot part of Perl Myths talk

2009-09-15 Thread Tim Bunce
On Mon, Sep 14, 2009 at 03:07:40PM -0700, Darren Duncan wrote: > > pp 22-23 - You might want to update the screen captures related to Moose, > both its search.cpan page and dependency graph, since its moved a long way > from 2008; on the other hand, the existing captures are still quite > repre