Perl 6 mentions on Wikipedia

2016-02-25 Thread Damian Conway
Dear fellow revellers in the dawning Golden Age of Perl 6, I just had a colleague contact me, to express their surprise that Perl 6 does not rate a mention in: https://en.wikipedia.org/wiki/Functional_programming. The Perl 6 community (and Larry in particular) has already done an incredible

Re: [perl #127176] [BUG] Duplicate Compilation Errors (suggestive of precompilation done twice)

2016-02-25 Thread Elizabeth Mattijsen
Fixed with 4f338014ae662c790f964 , tests are still needed > On 05 Jan 2016, at 21:03, Zoffix Znet (via RT) > wrote: > > # New Ticket Created by Zoffix Znet > # Please include the string: [perl #127176] > # in the subject line of all future correspondence about this issue. > # https://rt.per

RE: [perl #127598] white space affects which multiple dispatch subroutine is getting called.

2016-02-25 Thread Greg.London
> if( # would not introduce a function call to a function called "if" > foo (1,2) # would stop passing a single list to a sub called foo. To clarify, the idea was that *if* an identifier was followed by parens, and *if* that identifier existed as a function name/subroutine name/multi name, *then*