The debugger works with _named_ functions.  Thus
   f=: 4 : 'x-.y'&.>  
does not debug as well as
   less=: -. 
   f1=: less&.>



----- Original Message -----
From: Raul Miller <[EMAIL PROTECTED]>
Date: Tuesday, November 4, 2008 20:20
Subject: Re: [Jprogramming] Applying a dyad inside boxes
To: Programming forum <[email protected]>

> On Tue, Nov 4, 2008 at 9:01 PM, John Randall
> <[EMAIL PROTECTED]> wrote:
> > I often want to define a dyad with boxed arguments, and end up 
> writing> something like
> >
> >   f=:4 : '<(>x) -. > y'
> 
> This should be equivalent
>    f=: 4 :'x -. y'&.:>
> 
> That said, note that J's debugger only works properly on simple
> explicit definitions.  You have to use other techniques to debug
> mixed and tacit definitions.
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to