Re: [Jprogramming] "Nonce error" on monadic "x:"?

2023-01-30 Thread Devon McCormick
Thanks everybody - installing gmp fixes it! On Mon, Jan 30, 2023 at 4:46 PM Raul Miller wrote: > Nonce error should mean that you have not run install'gmp' > > Maybe we should get some eformat support for the error message > reminding people that that's needed. > > That said, if you have run ins

Re: [Jprogramming] "Nonce error" on monadic "x:"?

2023-01-30 Thread Raul Miller
Nonce error should mean that you have not run install'gmp' Maybe we should get some eformat support for the error message reminding people that that's needed. That said, if you have run install'gmp' and you still get the nonce error, that's a severe problem and I guess we'll need to spend some ti

Re: [Jprogramming] "Nonce error" on monadic "x:"?

2023-01-30 Thread 'robert therriault' via Programming
Also noticed that Devon is on console and Tom is on Qt IDE Cheers, bob > On Jan 30, 2023, at 13:40, 'robert therriault' via Programming > wrote: > > Works for me on a Mac. The difference that I see between Devon and Tom's > version is the AVX. Could that be a clue? > >x:99 > 99 > JVER

Re: [Jprogramming] "Nonce error" on monadic "x:"?

2023-01-30 Thread 'robert therriault' via Programming
Works for me on a Mac. The difference that I see between Devon and Tom's version is the AVX. Could that be a clue? x:99 99 JVERSION Engine: j904/j64avx512/darwin Beta-k: commercial/2023-01-24T04:51:47 Library: 9.04.06 Qt IDE: 2.0.3/6.2.4(6.2.4) Platform: Darwin 64 Installer: J904 install I

Re: [Jprogramming] "Nonce error" on monadic "x:"?

2023-01-30 Thread Devon McCormick
I'm just lucky, I guess. Still does not work after upgrading to the slightly more recent version: JVERSION Engine: j904/j64avx2/windows Beta-k: commercial/2023-01-24T04:48:26 Library: 9.04.11 Platform: Win 64 Installer: J904 install InstallPath: c:/pgm/j904 Contact: www.jsoftware.com x:99 |

Re: [Jprogramming] "Nonce error" on monadic "x:"?

2023-01-30 Thread Thomas Arneson
It works for me: JVERSION Engine: j904/j64avx/windows Beta-k: commercial/2023-01-24T04:51:42 Library: 9.04.11 Qt IDE: 2.0.3s/6.2.4(6.2.4) Platform: Win 64 Installer: J904 install InstallPath: c:/users/tom arneson/j904 Contact: www.jsoftware.com x:99 99 > On 01/30/2023 2:01 PM CST Devon McCo

[Jprogramming] "Nonce error" on monadic "x:"?

2023-01-30 Thread Devon McCormick
Hi, Does anyone know why I'm suddenly getting this? x: 99 |nonce error, executing monad x: | x:99 Thanks, Devon -- Devon McCormick, CFA Quantitative Consultant -- For information about J forums see http://www.jso

Re: [Jprogramming] Grade behavior

2023-01-30 Thread Brian Schott
Raul, Yes, your example and its explanation are correct. I'll rethink this approach, perhaps as you suggested. > > -- For information about J forums see http://www.jsoftware.com/forums.htm

Re: [Jprogramming] Grade behavior

2023-01-30 Thread Raul Miller
I do not think you should expect this result to be 1 0: /:'((()))';'(())' 0 1 Consider: >'((()))';'(())' ((())) (()) Here, the first character mismatch is in the third column, and '(' comes before ')' As for aoc day 13, I remember it as being rather annoying. What I did there, if I rec

[Jprogramming] Grade behavior

2023-01-30 Thread Brian Schott
I expect all of the following results to be 1 0 , but the result is 0 1 for the parentheses and brackets examples. If I am wrong and the results are as they should be, can you suggest a way to produce my desired results? (Btw, I am working on AoC day 13.) /:'((()))';'(())' 0 1 /:'[[[]]]';'[[