On Wed, Aug 28, 2013 at 9:44 PM, David Lambert <[email protected]> wrote: > What, please, is the reasoning for stitch not using the fill? > > 2 3,.5 6 7 > |length error > | 2 3 ,.5 6 7 > > > 2 3|:@:,:5 6 7 > 2 5 > 3 6 > 0 7
As you have shown, the fill is easy enough to achieve. So there - since we have similar operations we might as well be some differences between them. That said, note that the padding computational model can be described like this: 1) break the arguments into cells 2) apply verb to the relevant cells 3) assemble the result into a an array, padding if necessary The length error, here, happens at "step" 2. Does that help? Thanks, -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
