going beyond Unicode

2010-02-13 Thread Darren Duncan
I have some food for thought, which I'm no Perl 6 is defined in terms of Unicode in many respects, but in other respects it also seems to be agnostic to the character repertoire or encoding or abstraction level or whatever, where the latter is explicitly encoded as meta-data in Str values for

r29710 - docs/Perl6/Spec

2010-02-13 Thread pugs-commits
Author: lwall Date: 2010-02-13 18:41:31 +0100 (Sat, 13 Feb 2010) New Revision: 29710 Modified: docs/Perl6/Spec/S02-bits.pod Log: [S02] attempt clarification of a b semantics wrt parcels and assignment, jnthn++ Modified: docs/Perl6/Spec/S02-bits.pod

Re: Gripes about Pod6 (S26)

2010-02-13 Thread David Brunton
On Feb 10, 4:38 pm, dam...@conway.org (Damian Conway) wrote: I sincerely hope that the future community of designers of Perl 6 's documentation format will find a way to honour and support the very different needs of *all* the creators and users of Perl, not just the needs of the most

r29713 - docs/Perl6/Spec

2010-02-13 Thread pugs-commits
Author: lwall Date: 2010-02-13 20:50:14 +0100 (Sat, 13 Feb 2010) New Revision: 29713 Modified: docs/Perl6/Spec/S02-bits.pod Log: [S02] list all the scope declarators in one spot further distinguish parcels bound to sigs from those bound to parameters some ideas on how to handle the

r29714 - docs/Perl6/Spec

2010-02-13 Thread pugs-commits
Author: lwall Date: 2010-02-13 20:52:30 +0100 (Sat, 13 Feb 2010) New Revision: 29714 Modified: docs/Perl6/Spec/S02-bits.pod Log: [S02] Rat.perl does / notation, actually Modified: docs/Perl6/Spec/S02-bits.pod === ---

r29715 - docs/Perl6/Spec

2010-02-13 Thread pugs-commits
Author: lwall Date: 2010-02-13 21:17:46 +0100 (Sat, 13 Feb 2010) New Revision: 29715 Modified: docs/Perl6/Spec/S02-bits.pod Log: [S02] clarify that anon allows a name but doesn't install it for jnthn++ Modified: docs/Perl6/Spec/S02-bits.pod

[perl #72750] [TODO] Make 'Inf' and 'NaN' acceptable constants parameters in Rakudo

2010-02-13 Thread Carl Mäsak
# New Ticket Created by Carl Mäsak # Please include the string: [perl #72750] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=72750 masak rakudo: sub foo(5) { say HAI 5! }; foo(5) p6eval rakudo 1d4928: OUTPUT«HAI 5!␤»