Re: [Jprogramming] can trace.ijs trace any valid J sentence?

2023-02-06 Thread More Rice
(Though I understand the following question is more like a general forum question, I didn't subscribe there and I think it may be related to this thread ... forgive me if I guessed wrong.) after install'all', it was indeed working in that windows' jqt (J903) instance. But then after a jqt restart

Re: [Jprogramming] can trace.ijs trace any valid J sentence?

2023-02-06 Thread bill lam
I can also reproduce the error. I think this line is problematic, encall =: encall1&.>^:(isname&> *. 3: = nc__userlocale)"0 J interpreter tried to fix the definition while userlocale is undefined. change it to explicit definition should work encall =: 3 : 'encall1&.>^:(isname&> *. 3: = nc__userl

Re: [Jprogramming] can trace.ijs trace any valid J sentence?

2023-02-06 Thread Raul Miller
Thanks bill. Sorry about that. (It's fixed now.) -- Raul On Mon, Feb 6, 2023 at 10:07 PM bill lam wrote: > > I can also reproduce the error. I think this line is problematic, > encall =: encall1&.>^:(isname&> *. 3: = nc__userlocale)"0 > > J interpreter tried to fix the definition while userl