Re: Hyperoperators and the Each role

2006-07-18 Thread Larry Wall
On Mon, Jul 17, 2006 at 06:06:52PM -0400, Christopher Jeris wrote: : I have a couple of questions about what S03 says about hyperoperators : applying recursively to any object which matches the 'Each' role: : : [from S03] : Seq(3,8,[2,Seq(9,3)],8) >>-<< (1,1,2,1); # Seq(2,7,[0,Seq(7,1)],7) : : 1.

Re: Hyperoperators and the Each role

2006-07-17 Thread Darren Duncan
At 6:06 PM -0400 7/17/06, Christopher Jeris wrote: I have a couple of questions about what S03 says about hyperoperators applying recursively to any object which matches the 'Each' role: [from S03] Seq(3,8,[2,Seq(9,3)],8) >>-<< (1,1,2,1); # Seq(2,7,[0,Seq(7,1)],7) 1. What determines the concret