[Jgeneral] Henry Rich talks about the Fold conjunction on this episode of the ArrayCast podcast

2023-03-31 Thread 'robert therriault' via General
Henry Rich returns to talk about Fold and other conjunctions that facilitate functional programming. If you want to know more about Fold and why you should be using it, you should listen to this episode. Host: Conor Hoekstra Panel: Marshall Lochbaum, Adám Brudzewsky, and Bob Therriault.

Re: [Jgeneral] The line below Crashes J.

2023-03-31 Thread Henry Rich
No, the error happens on the power, not the conversion. Henry Rich On 3/31/2023 11:28 AM, bill lam wrote: This should be a stack overflow issue. Libgmp allocates memory (alloca) from stack as working area while converting numbers to strings. On Fri, 31 Mar 2023 at 10:17 PM Don Guinn wrote:

Re: [Jgeneral] The line below Crashes J.

2023-03-31 Thread bill lam
This should be a stack overflow issue. Libgmp allocates memory (alloca) from stack as working area while converting numbers to strings. On Fri, 31 Mar 2023 at 10:17 PM Don Guinn wrote: > 0j10":(>:10x%100x)^100x > > >JVERSION > Engine: j9.4.1/j64avx512/windows > Build:

[Jgeneral] The line below Crashes J.

2023-03-31 Thread Don Guinn
0j10":(>:10x%100x)^100x JVERSION Engine: j9.4.1/j64avx512/windows Build: commercial/2023-02-27T15:21:53/clang-15-0-7/SLEEF=1 Library: 9.4.21 Qt IDE: 2.0.3/6.2.4(6.2.4) Platform: Win 64 Installer: j9.4 install InstallPath: c:/j9.4 Contact: www.jsoftware.com