Re: [Jprogramming] {{ }} definitions

2022-03-29 Thread P Padilcdx
Thank you all for the info. Much appreciated. > On Mar 29, 2022, at 10:26 AM, Henry Rich wrote: > > When you put a stop in name"n, the visual debug tool creates name123 with > the value formerly in name and defines name=:name123. > > Henry Rich > > On Tue, Mar 29, 2022, 1:07 PM Raul Miller w

Re: [Jprogramming] {{ }} definitions

2022-03-29 Thread Henry Rich
When you put a stop in name"n, the visual debug tool creates name123 with the value formerly in name and defines name=:name123. Henry Rich On Tue, Mar 29, 2022, 1:07 PM Raul Miller wrote: > Note however, that the debugger currently is only able to set > breakpoints in named explicit definitions

Re: [Jprogramming] {{ }} definitions

2022-03-29 Thread Raul Miller
Note however, that the debugger currently is only able to set breakpoints in named explicit definitions. And adding a rank qualifier means that the contained explicit definition is anonymous. And, there's some awkwardness with suspensions (for example, from assert.) in this context, also, that I sh

Re: [Jprogramming] {{ }} definitions

2022-03-29 Thread 'Michael Day' via Programming
Yes: eg NB. in your script,  say foo =: {{    x + y }}"0 1  NB. just as an example! (Not necessarily a sensible use of rank!) NB. displaying it in the terminal session;  direct definition functions NB. are displayed as conventional explicit definitions    foo 4 : '   x + y'"0 1 So t

[Jprogramming] {{ }} definitions

2022-03-29 Thread P Padilcdx
Is there a way to declare the rank when using {{ }} definitions? Or is it only possible when defining via “:”? Apologies if covered in the wiki and I missed it. -- For information about J forums see http://www.jsoftware.com/foru