Re: [Jprogramming] [Jbeta] New error Polynomial Representation (padding regime)

2023-01-06 Thread Ak O
Correct. Which is a property of the Operator. Ak On Fri., Jan. 6, 2023, 23:47 Devon McCormick, wrote: > They are the same under tolerance: > https://code.jsoftware.com/wiki/Help/Primer/Tolerance. > > On Sat, Jan 7, 2023 at 12:48 AM Ak O wrote: > > > This is strictly based on the tolerance

Re: [Jprogramming] wsfiles

2023-01-06 Thread Devon McCormick
My own simple version of this is here: https://code.jsoftware.com/wiki/User:Devon_McCormick/WS.ijs. On Fri, Jan 6, 2023 at 3:25 PM Raul Miller wrote: > Locale z is inherited by all other locales. > > When you put the definitions in locale evbwsfiles, and > wssave_evbwsfiles_ uses nl'', it finds

Re: [Jprogramming] [Jbeta] New error Polynomial Representation (padding regime)

2023-01-06 Thread Devon McCormick
They are the same under tolerance: https://code.jsoftware.com/wiki/Help/Primer/Tolerance. On Sat, Jan 7, 2023 at 12:48 AM Ak O wrote: > This is strictly based on the tolerance properties of the Operator not the > Type of the Operands (Iyiabo's Prime Theorem). > > > (Integer) ,(Integer)

Re: [Jprogramming] [Jbeta] New error Polynomial Representation (padding regime)

2023-01-06 Thread Ak O
This is strictly based on the tolerance properties of the Operator not the Type of the Operands (Iyiabo's Prime Theorem). (Integer) ,(Integer) NB. The question we are asking is, are these Terms the same? (17) -: (17) 1 (Floating) ,(Integer) NB. So also we are asking, are these

[Jprogramming] A new episode of the ArrayCast podcast is out

2023-01-06 Thread 'robert therriault' via Programming
Hi everyone, On this episode we talk about recreational programming and advice about how to decide on which array language to learn. Host: Conor Hoekstra Panel: Marshall Lochbaum, Adám Brudzewsky, Stephen Taylor and Bob Therriault.

Re: [Jprogramming] [Jbeta] New error Polynomial Representation (padding regime)

2023-01-06 Thread Don Kelly
J has it right. (17+45+65+71+5) -: (17+45+65+71+5) is the match between two integer sums-each of which gives the integer result as they have the same boolean representation and are equal-giving a "1" result (17.36+45.24+65.87+71.20+5.00) -: (17+45+65+71+5) is an attempt to compare a floating

Re: [Jprogramming] wsfiles

2023-01-06 Thread Raul Miller
Locale z is inherited by all other locales. When you put the definitions in locale evbwsfiles, and wssave_evbwsfiles_ uses nl'', it finds names in the evbwsfiles locale instead of your locale (which is probably the base locale). FYI, -- Raul On Fri, Jan 6, 2023 at 1:40 PM David Lambert

[Jprogramming] wsfiles

2023-01-06 Thread David Lambert
Thank you for providing the wonderful https://code.jsoftware.com/wiki/Scripts/WS_Files  and for making it easily found.  I tried to modify it to install into its own locale, changing the coclass target and inserting the public functionality into z .  The tests no longer pass.  Please explain. 

Re: [Jprogramming] Thread Primitives -> Configuration 0 T.'' (T.)

2023-01-06 Thread Henry Rich
Am I missing something?  You have to give me enough to reproduce the problem from scratch. I don't have My_* It is not clear what sentence causes the problem, or what the expected result is. I find it a little odd that you have created threads in threadpools 2 and 3 but you are starting

Re: [Jprogramming] Thread Primitives -> Configuration 0 T.'' (T.)

2023-01-06 Thread Ak O
load 'My_tools' {{0 T. 2}}^:3'' {{0 T. 3}}^:3'' My_tabulation ; (My_u t. (<'worker';1)"1 My_y) timespacex 3.9 5.0e7 NB. (no t.'') Runs correctly. 1.1 3.3e7 NB. (With t.'') Runs once, session dies Ak On Fri., Jan. 6, 2023, 08:10 Henry Rich, wrote: > Tell me exactly what you did

Re: [Jprogramming] Thread Primitives -> Configuration 0 T.'' (T.)

2023-01-06 Thread Henry Rich
Tell me exactly what you did so I can reproduce it. Henry Rich On 1/6/2023 2:22 AM, Ak O wrote: This form executes correctly once. On the second run the whole session crashes. JVERSION Engine: j904/j64/windows Beta-i: commercial/2022-12-13T15:22:35 Library: 9.04.07 Qt IDE: 2.0.3/6.2.4(6.2.4)