Thanks!

I didn't pick up that x (N V1 V2) y  <==> N V1 (x V2 y)

Is there a section in one of the documents instructing about this sort of chain?

Richard


> Date: Wed, 23 Jan 2008 07:18:06 -0800
> From: [EMAIL PROTECTED]
> Subject: Re: [Jprogramming] N0 V1 V2
> To: [email protected]
> 
> (1 2 3,*) /  7 8 9
> 1 2 3 7 14 21 504
>    
>    (1 2 3"_,*) /  7 8 9
> 1 2 3 7 14 21 504
>    
>    7 (1 2 3"_ , *) (8 (1 2 3"_ , *) 9)
> 1 2 3 7 14 21 504
> 
> 
> 
> 
> ----- Original Message ----
> From: Richard Donovan <[EMAIL PROTECTED]>
> To: Programming forum <[email protected]>
> Sent: Wednesday, January 23, 2008 9:49:40 AM
> Subject: [Jprogramming] N0 V1 V2
> 
> 
> 
> Forum,
> 
> I am currently investigating the new (to me!) construct N0 V1 V2, and have 
> studied the release notes for J601 where the implementation is explained.
> 
> I am specifically interested in the use of this construct in the expression...
> 
>   (1 2 3,*)  /  7 8 9          NB.      (N0 V1 V2)  /  N1    where N0 is 1 2 
> 3, V1 is ,  V2 is *,  N1 is 7 8 9
> 1 2 3 7 14 21 504
> 
> which seems to have been calculated thus...
> 
> 1 2 3  ,  (7 * 1 2 3)  ,  (7*8*9)
> 
> I believe the use of / (insert) causes this construct to be used in the 
> dyadic form. I cannot see any place the dyadic construct is explained and am 
> struggling to see why this is calculated like it is!
> 
> I would be grateful for any assistance.
> 
> Thanks,
> 
> Richard
> 
> _________________________________________________________________
> Free games, great prizes - get gaming at Gamesbox. 
> http://www.searchgamesbox.com----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm

_________________________________________________________________
Telly addicts unite!
http://www.searchgamesbox.com/tvtown.shtml----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to