r30667 -[S05] Disrequire retroactive semantics on :ii and :aa

2010-05-17 Thread pugs-commits
Author: lwall Date: 2010-05-17 18:08:01 +0200 (Mon, 17 May 2010) New Revision: 30667 Modified: docs/Perl6/Spec/S05-regex.pod Log: [S05] Disrequire retroactive semantics on :ii and :aa Modified: docs/Perl6/Spec/S05-regex.pod ===

URI replacement pseudocode

2010-05-17 Thread Aaron Sherman
Over the past week, I've been using my scant bits of nighttime coding to cobble together a pseudocode version of what I think the URI module should look like. There's already one available as example code, but it doesn't actually implement either the URI or IRI spec correctly. Instead, this

Re: Parallelism and Concurrency was Re: Ideas for aObject-Belongs-to-Thread threading model (nntp: message 20 of 20 -lastone!-)

2010-05-17 Thread Dave Whipp
nigelsande...@btconnect.com wrote: There are very few algorithms that actually benefit from using even low hundreds of threads, let alone thousands. The ability of Erlang (and go an IO and many others) to spawn 100,000 threads makes an impressive demo for the uninitiated, but finding

Re: URI replacement pseudocode

2010-05-17 Thread Moritz Lenz
Hi, Aaron Sherman wrote: Over the past week, I've been using my scant bits of nighttime coding to cobble together a pseudocode version of what I think the URI module should look like. There's already one available as example code, but it doesn't actually implement either the URI or IRI spec

Perl6 and accents

2010-05-17 Thread Tom Christiansen
Exegesis 5 @ http://dev.perl.org/perl6/doc/design/exe/E05.html reads: # Perl 6 / alpha - [A-Za-z] + / # All alphabetics except A-Z or a-z # (i.e. the accented alphabetics) [Update: Would now need to be +alpha - [A..Za..z] to avoid ambiguity with

Re: Perl6 and accents

2010-05-17 Thread Moritz Lenz
Tom Christiansen wrote: Exegesis 5 @ http://dev.perl.org/perl6/doc/design/exe/E05.html reads: The Exegesis are historical documents, and should be treated as such. (If any volunteer is around, submitting a patch that puts HISTORICAL DOCUMENT ONLY in big red letter on these pages would be greatly

r30671 -[S05] don't use 'accent' to mean 'mark' as pointed out by tchrist++

2010-05-17 Thread pugs-commits
Author: lwall Date: 2010-05-17 20:41:52 +0200 (Mon, 17 May 2010) New Revision: 30671 Modified: docs/Perl6/Spec/S05-regex.pod Log: [S05] don't use 'accent' to mean 'mark' as pointed out by tchrist++ rename :a and :aa to :m and :mm regularize mm// to ms// to avoid confusion with new :m

r30673 -fix typo

2010-05-17 Thread pugs-commits
Author: coke Date: 2010-05-17 20:49:57 +0200 (Mon, 17 May 2010) New Revision: 30673 Modified: docs/Perl6/Spec/S32-setting-library/Str.pod Log: fix typo Modified: docs/Perl6/Spec/S32-setting-library/Str.pod === ---

Re: Fwd: URI replacement pseudocode

2010-05-17 Thread Moritz Lenz
Aaron Sherman wrote: Ooops, took this off-list by accident. -- Forwarded message -- From: ajs a...@ajs.com Date: Mon, May 17, 2010 at 2:59 PM Subject: Re: URI replacement pseudocode To: Moritz Lenz mor...@faui2k3.org Thank you for your responses! On Mon, May 17,

Re: Perl6 and accents

2010-05-17 Thread Aaron Sherman
On Mon, May 17, 2010 at 1:52 PM, Tom Christiansen tchr...@perl.com wrote: Exegesis 5 @ http://dev.perl.org/perl6/doc/design/exe/E05.html reads: # Perl 6 / alpha - [A-Za-z] + / # All alphabetics except A-Z or a-z # (i.e. the accented alphabetics)

Re: Fwd: URI replacement pseudocode

2010-05-17 Thread Aaron Sherman
On Mon, May 17, 2010 at 3:34 PM, Moritz Lenz mor...@faui2k3.org wrote: Aaron Sherman wrote: I had a hard time even getting basic code working like: token foo { blah } if blah ~~ m/foo/ { say blah! } (See my question to the list, last week) Right. What works today is

Re: Fwd: URI replacement pseudocode

2010-05-17 Thread Aaron Sherman
On Mon, May 17, 2010 at 3:34 PM, Moritz Lenz mor...@faui2k3.org wrote: Aaron Sherman wrote: I had a hard time even getting basic code working like: token foo { blah } if blah ~~ m/foo/ { say blah! } (See my question to the list, last week) Right. What works today is

r30674 -[S05]: Typo fix TimToady++'s typo fix in r30668. :-)

2010-05-17 Thread pugs-commits
Author: pmichaud Date: 2010-05-17 21:53:42 +0200 (Mon, 17 May 2010) New Revision: 30674 Modified: docs/Perl6/Spec/S05-regex.pod Log: [S05]: Typo fix TimToady++'s typo fix in r30668. :-) Modified: docs/Perl6/Spec/S05-regex.pod

Re: Parallelism and Concurrency was Re: Ideas for aObject-Belongs-to-Thread (nntp: message 4 of 20) threading model (nntp: message 20 of 20 -lastone!-)

2010-05-17 Thread Aaron Sherman
[Note: removed one CCer because the email address was long and complex and looked like my mail client had hacked up a hairball full of experimental Perl 6 obfuscation. My apologies if that wasn't actually a mail failure] On Mon, May 17, 2010 at 3:13 PM, nigelsande...@btconnect.com wrote: The

Re: Parallelism and Concurrency was Re: Ideas foraObject-Belongs-to-Thread (nntp: message 4 of 20) threading model (nntp:message 20 of 20 -lastone!-)

2010-05-17 Thread Dave Whipp
nigelsande...@btconnect.com wrote: From that statement, you do not appear to understand the subject matter of this thread: Perl 6 concurrency model. If I misunderstood then I apologize: I had thought that the subject was the underlying abstractions of parallelism and concurrency that perl6