Re: r31054 -[S03] suggestions from dataweaver++

2010-06-02 Thread Jon Lang
pugs-comm...@feather.perl6.nl wrote: +Regardless of whether the dwim is forced or emergent from the shapes +of the arrays, once the side to dwim on has been chosen, the dwim +semantics on the dwimmy side are always: + +    (@dwimmyside xx *).batch(@otherside.elems) + +This produces a list

Re: r31054 -[S03] suggestions from dataweaver++

2010-06-02 Thread yary
And while we're at it with expanding examples, can we use string concatenation instead of addition? It makes following what's happening easier. eg, +1 on that prior post. -y