r29630 - docs/Perl6/Spec

2010-02-02 Thread pugs-commits
Author: lwall Date: 2010-02-03 03:28:19 +0100 (Wed, 03 Feb 2010) New Revision: 29630 Modified: docs/Perl6/Spec/S07-iterators.pod Log: [S07] typos from markjreed++ Modified: docs/Perl6/Spec/S07-iterators.pod === --- docs/Perl6/Spe

r29629 - docs/Perl6/Spec

2010-02-02 Thread pugs-commits
Author: lwall Date: 2010-02-03 03:19:04 +0100 (Wed, 03 Feb 2010) New Revision: 29629 Modified: docs/Perl6/Spec/S09-data.pod Log: [S09] @@, what's that? Never heard of it... Modified: docs/Perl6/Spec/S09-data.pod === --- docs/Per

r29628 - docs/Perl6/Spec

2010-02-02 Thread pugs-commits
Author: diakopter Date: 2010-02-03 03:09:06 +0100 (Wed, 03 Feb 2010) New Revision: 29628 Modified: docs/Perl6/Spec/S29-functions.pod Log: [S29] syntaxos (grammaros?) (spellos?) (typos?) Modified: docs/Perl6/Spec/S29-functions.pod

r29627 - docs/Perl6/Spec/S32-setting-library

2010-02-02 Thread pugs-commits
Author: lwall Date: 2010-02-03 02:32:19 +0100 (Wed, 03 Feb 2010) New Revision: 29627 Modified: docs/Perl6/Spec/S32-setting-library/Containers.pod Log: [S32/Containers] last @@ removal not counting S09 Modified: docs/Perl6/Spec/S32-setting-library/Containers.pod ===

r29626 - docs/Perl6/Spec

2010-02-02 Thread pugs-commits
Author: lwall Date: 2010-02-03 02:28:18 +0100 (Wed, 03 Feb 2010) New Revision: 29626 Modified: docs/Perl6/Spec/S13-overloading.pod Log: [S13] *@@ ---> **@ Modified: docs/Perl6/Spec/S13-overloading.pod === --- docs/Perl6/Spec/S13-

r29625 - docs/Perl6/Spec

2010-02-02 Thread pugs-commits
Author: lwall Date: 2010-02-03 02:25:51 +0100 (Wed, 03 Feb 2010) New Revision: 29625 Modified: docs/Perl6/Spec/S29-functions.pod Log: [S29] more @@ and iterator patchups Modified: docs/Perl6/Spec/S29-functions.pod === --- docs/Pe

r29624 - docs/Perl6/Spec

2010-02-02 Thread pugs-commits
Author: lwall Date: 2010-02-03 02:09:04 +0100 (Wed, 03 Feb 2010) New Revision: 29624 Modified: docs/Perl6/Spec/S07-iterators.pod Log: [S07] @@ squashing Modified: docs/Perl6/Spec/S07-iterators.pod === --- docs/Perl6/Spec/S07-iter

Re: One-pass parsing and forward type references

2010-02-02 Thread Larry Wall
On Mon, Feb 01, 2010 at 06:12:16PM -0800, Jon Lang wrote: : Larry Wall wrote: : > But also note that there are several other ways to predeclare : > types implicitly.  The 'use', 'require', and 'need' declarations : > all introduce a module name that is assumed to be a type name. : : Just to clarif

Re: Parrot and Perl 6 Summary

2010-02-02 Thread Lithos
Please find: http://lith-ology.blogspot.com/2010/02/seven-days-between-parrot-and-camel.html Lithos

r29622 - docs/Perl6/Spec

2010-02-02 Thread pugs-commits
Author: lwall Date: 2010-02-02 21:24:34 +0100 (Tue, 02 Feb 2010) New Revision: 29622 Modified: docs/Perl6/Spec/S06-routines.pod Log: [S06] more @@ clobberation. also remove * as a feed target, just use a variable. conjecture a **() special form for interpolating into slice lists Modified: doc

r29621 - docs/Perl6/Spec

2010-02-02 Thread pugs-commits
Author: lwall Date: 2010-02-02 19:21:24 +0100 (Tue, 02 Feb 2010) New Revision: 29621 Modified: docs/Perl6/Spec/S05-regex.pod Log: [S05] forgot to change date Modified: docs/Perl6/Spec/S05-regex.pod === --- docs/Perl6/Spec/S05-reg

r29620 - docs/Perl6/Spec

2010-02-02 Thread pugs-commits
Author: lwall Date: 2010-02-02 19:20:08 +0100 (Tue, 02 Feb 2010) New Revision: 29620 Modified: docs/Perl6/Spec/S05-regex.pod docs/Perl6/Spec/S07-iterators.pod Log: [S05] more @@ whackage [S07] define flat and slice methods in terms of get and getobj Modified: docs/Perl6/Spec/S05-regex.pod

Re: r29618 - docs/Perl6/Spec

2010-02-02 Thread Mark J. Reed
On Tue, Feb 2, 2010 at 12:51 PM, wrote: >  The methods in this role are: > >  =head2 method get {...} > > -Returns the next item for that iteration. The grouping of elements > -returned in each iteration is visible if this iterator is being used > -to build a slice. While building a list, the it

r29618 - docs/Perl6/Spec

2010-02-02 Thread pugs-commits
Author: lwall Date: 2010-02-02 18:51:25 +0100 (Tue, 02 Feb 2010) New Revision: 29618 Modified: docs/Perl6/Spec/S07-iterators.pod Log: [S07] pick slightly less misleading names for iteration primitives stop using "item" to mean contradictory things remove confusing discussion of outer flat/slice