[perl #89610] [BUG] Rakudo erroneously allows whitespace postfix operators
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #89610] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=89610 > rakudo:sub postfix:< >($a) { [*] 1..$a; }; say (* )(5); #is this expected? rakudo 8533c3: OUTPUT«120» no, I think whitespace in operators is disallowed rakudo:sub postfix:< >($a) { [*] 1..$a; }; say (* )(5); # SBC case rakudo 8533c3: OUTPUT«120» JimmyZ++ # whitespace op bug * masak submits rakudobug rakudo: say (* )(5) rakudo 8533c3: OUTPUT«invoke() not implemented in class 'Whatever' in main program body at line 22:/tmp/B33jnbC8fQ»
Re: Parrot/Perl6 BOF at YAPC::NA 2011
Howdy, Thank you for making this happen! I will definitely be there. Duke On Fri, Apr 29, 2011 at 9:02 PM, Jon Gentle wrote: > Howdy! > > I'd like to take a minute and invite everyone to join us during YAPC::NA > 2011 for a joint Parrot and Perl6 Birds of a Feather meeting and hackathon. > We have reserved a room for Tuesday night for a face to face meeting for > everyone that can attend. We have also reserved a room for the Thursday > following the conference for a hackathon. > > Everyone who is interested in Parrot or Perl6 is welcome and encouraged to > attend either or both sessions. It's a great time to get to know your > fellow hackers and get some good hacking in. > > If you have any questions, let me know. See you there! > > -Jon Gentle > -- Jonathan "Duke" Leto 209.691.DUKE // http://leto.net NOTE: Personal email is only checked twice a day at 10am/2pm PST, please call/text for time-sensitive matters.
Re: Parrot/Perl6 BOF at YAPC::NA 2011
On Apr 29, 2011, at 11:02 PM, Jon Gentle wrote: I'd like to take a minute and invite everyone to join us during YAPC::NA 2011 for a joint Parrot and Perl6 Birds of a Feather meeting and hackathon. I plan to attend both the BoF and Hackathon. Thanks for your efforts! -- Bruce Gray (Util of PerlMonks)