On 9/10/07, Terrence Brannon <[EMAIL PROTECTED]> wrote: > scratch once again. Now, I have monadic # implemented and implemented > properly: ...
I haven't studied this very closely, but on your web page you talk about cloning functions when applying rank. I am not sure this is the right approach (but I might be wrong, since I don't really know what you mean by "cloning"). Anyways, here's a case which I think illustrates my concern: f=: +/ %# g=:f"1 g i.3 3 1 4 7 f=: +/ g i.3 3 3 12 21 -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
