Re: Announce: Rakudo Perl 6 development release #30 ("Kiev")

2010-06-17 Thread Darren Duncan
Stefan O'Rear wrote: On Thu, Jun 17, 2010 at 04:55:38PM -0700, Darren Duncan wrote: So, is "Rakudo Star" meant to be a parallel release series, sort of like Perl 5.12.x vs 5.13.x are now, or are the monthly Rakudo releases we've been seeing going to be named "Star" at some point? I thought I r

Re: Announce: Rakudo Perl 6 development release #30 ("Kiev")

2010-06-17 Thread Stefan O'Rear
On Thu, Jun 17, 2010 at 04:55:38PM -0700, Darren Duncan wrote: > So, is "Rakudo Star" meant to be a parallel release series, sort of like > Perl 5.12.x vs 5.13.x are now, or are the monthly Rakudo releases we've > been seeing going to be named "Star" at some point? I thought I read > recently t

Re: underscore in numbers

2010-06-17 Thread Jonathan Worthington
Aaron Sherman wrote: The spec says, and NQP seems to implement (Rakudo, I think, picks up from NQP as defined in HLL-s0.pir, is this right?) that a single underscore is ignored between any two digits in a number, not between the radix and the number. However, it seems to me that this would be ve

Re: Announce: Rakudo Perl 6 development release #30 ("Kiev")

2010-06-17 Thread Darren Duncan
So, is "Rakudo Star" meant to be a parallel release series, sort of like Perl 5.12.x vs 5.13.x are now, or are the monthly Rakudo releases we've been seeing going to be named "Star" at some point? I thought I read recently that "Star" would be coming in June. -- Darren Duncan

r31337 -[S02] allow _ between radix and digits as suggested by ajs++

2010-06-17 Thread pugs-commits
Author: lwall Date: 2010-06-18 01:49:13 +0200 (Fri, 18 Jun 2010) New Revision: 31337 Modified: docs/Perl6/Spec/S02-bits.pod Log: [S02] allow _ between radix and digits as suggested by ajs++ Modified: docs/Perl6/Spec/S02-bits.pod

Announce: Rakudo Perl 6 development release #30 ("Kiev")

2010-06-17 Thread Carl Mäsak
On behalf of the Rakudo development team, I'm pleased to announce the June 2010 development release of Rakudo Perl #30 "Kiev". Rakudo is an implementation of Perl 6 on the Parrot Virtual Machine (see ). The tarball for the June 2010 release is available from

underscore in numbers

2010-06-17 Thread Aaron Sherman
The spec says, and NQP seems to implement (Rakudo, I think, picks up from NQP as defined in HLL-s0.pir, is this right?) that a single underscore is ignored between any two digits in a number, not between the radix and the number. However, it seems to me that this would be very handy:  0b__000

Re: The obligation of free stuff: Google Storage

2010-06-17 Thread Kevan Benson
On 06/10/2010 05:07 AM, Mark J. Reed wrote: On Thursday, June 10, 2010, Leon Timmermans wrote: I agree it should be similar to normal FS interactoin to make matters as intuitive as possible, but I horrified by the idea of overloading open() that way But open is already overloaded in p5, with