Hi,
I would like eliminate some content from the )Saved WS file to locate
the offending content,
as it still takes a couple of minutes to )LOAD the )DUMPed WS.
How can I relate the trace to the xml? Thoughts further down.
]log 24
Logging facility 24: commands )LOAD, )SAVE, )IN, and )O
Hi Jürgen,
* 3 ⎕CR ⍎∊17⍴⊂'(1↑¨''a'')'*
SYSTEM LIMIT (fun_oper)
(1↑¨'a')(1↑¨'a')(1↑¨'a')(1↑¨'a')(1↑¨'a')(1↑¨'a')(1↑¨'a')(1↑¨'a')(1↑¨'a')(1↑¨'a')(1↑¨'a')(1↑¨'a')(1↑¨'a')(1↑¨'a')(1↑¨'a')(1↑¨'a')(1↑¨'a')
^ ^
* 3 ⎕CR ⍎∊16⍴⊂'(1↑¨''a'')'**
*┏━━━┓ ┏━━━┓ ┏━━━┓ ┏━━━┓ ┏━━━┓ ┏━━━┓
Hi Jürgen,
not that I read the reference manual for that particular definition.
Thank you for pointing me to it.
Conclusion: works as designed.
For my idea actually a "*N ⎕CR VAR*" creating output without box
chars would do it.
Best Regards
Hans-Peter
Am 28.02.25 um 17:17 schrieb Dr
Added in *SVN 1846*.
Best Regards,
Jürgen
On 2/22/25 03:50, Russtopia wrote:
Through random wanderings watching videos on APL and J, I encountered
a short segment on J's definition of the 'nub sieve' function (~:)
https://aplwiki.com/wiki/Nub_Sieve
In J (and, according to the "APL wiki" wh
Hi Hans-Peter,
I cannot quite answer your question, but maybe we can
find the problem together. My analysis so far is this:
I started with storing the common part of your c, d, and e in variable *E*.
With that your examples become:
*
E←⊂¨2 2⍴0/¨⊂,¨2 2 ⍴ 0⍴0
c← E
d← ⊃¨E ⍝