Re: [november] Re: arrays and arrays ref question

2008-10-30 Thread Larry Wall
On Thu, Oct 30, 2008 at 12:03:55PM +0100, Carl Mäsak wrote: : Илья (>): : > I have array ref : > my $ar = [1,2,3]; : > how can I go over it? : : All I know is that `for $ar.elems { ... }` used to work for this case. : It doesn't seem to work anymore. : : Time to file a ticket, methinks. Er, .ele

Re: [november] Re: arrays and arrays ref question

2008-10-30 Thread Carl Mäsak
Илья (>): > I have array ref > my $ar = [1,2,3]; > how can I go over it? All I know is that `for $ar.elems { ... }` used to work for this case. It doesn't seem to work anymore. Time to file a ticket, methinks. // Carl

November, current state (Re: [november] Stackoverflow.com Perl 6 threads of interest)

2008-10-07 Thread Carl Mäsak
Conrad (>): > http://stackoverflow.com/questions/170268/what-features-of-perl6-are-you-the-most-excited-about > > (Of course I added "NOVEMBER" to the list of answers.) Heartfelt thanks for that. That is, indeed, a creative way to interpret the term "feature of Perl 6". :) You also writ

Re: [perl #59068] Re: [november] Re: .perl fix

2008-09-22 Thread Moritz Lenz
Patrick R. Michaud wrote: > On Sun, Sep 21, 2008 at 10:50:22AM -0700, Moritz Lenz via RT wrote: >> Patrick R. Michaud wrote: >> > It would help if someone could describe all of the things that >> > need escaping, either as prose, Perl code, or text. >> >> (CC'ed p6c and the ticket, hope it worked)

Re: [perl #59068] Re: [november] Re: .perl fix

2008-09-22 Thread Patrick R. Michaud
On Sun, Sep 21, 2008 at 10:50:22AM -0700, Moritz Lenz via RT wrote: > Patrick R. Michaud wrote: > > It would help if someone could describe all of the things that > > need escaping, either as prose, Perl code, or text. > > (CC'ed p6c and the ticket, hope it worked) > > afaict the following charac

[perl #59068] Re: [november] Re: .perl fix

2008-09-21 Thread Moritz Lenz
Patrick R. Michaud wrote: > On Sun, Sep 21, 2008 at 03:34:50PM +0200, Carl Mäsak wrote: >> >> Andrew (>): >> > It turns out that .perl method does not escape >> > dollars >> >> Have you thought about reporting this via [EMAIL PROTECTED] > > It's already there as RT #59068. > > It would help if

RE: November

2008-08-17 Thread Conrad Schneiker
Carl Mäsak wrote: > Conrad (>): > > Do you plan to make a publicly-usable version of this wiki available, > > perhaps > > on the feather development system? > > Yes, that is our next TODO item. We'll notify the list once something > is set up. Excellent. FYI, I've also referenced your work here

Re: November

2008-08-17 Thread Carl Mäsak
Conrad (>): > Do you plan to make a publicly-usable version of this wiki available, > perhaps > on the feather development system? Yes, that is our next TODO item. We'll notify the list once something is set up. // Carl

RE: November

2008-08-16 Thread Conrad Schneiker
> From: Carl > We're pleased to annouce the release of November, a wiki engine written > in Perl 6. > > November is: > > * ...a proof-of-concept of what Rakudo Perl 6 can do today. > * ...released early rather than "when it's done". > * ...meant to promote interest and involvement in Perl 6/Rak

Re: November

2008-08-15 Thread Carl Mäsak
Estrade (>): > You misspelled november in the github URL. > > Looks neat, though. Ah, good catch. That's what I get for composing emails offline. :) So, the working, non-misspelled address is: Thanks! // Carl