Re: [Jprogramming] Jx 1.1 Release

2017-10-05 Thread bill lam
Rename the jx j.dll as jx.dll, then type jconsole -lib jx.dll jqt -lib jx.dll Or rename the official j.dll depending which one will become your favorite. On Oct 5, 2017 5:29 PM, "'Mike Day' via Programming" < programm...@jsoftware.com> wrote: > OK - I've got the Jx 1.1 j.dll and the various acce

Re: [Jprogramming] qrun - jcs - zmq

2017-10-05 Thread 'Pascal Jasmin' via Programming
each failure leaves behind 1 stranded jconsole task From: bill lam To: Programming forum Sent: Thursday, October 5, 2017 9:09 PM Subject: Re: [Jprogramming] qrun - jcs - zmq The mission of stress test is to make it fail and a large of task is important, tr

Re: [Jprogramming] qrun - jcs - zmq

2017-10-05 Thread 'Pascal Jasmin' via Programming
turns out to be a false claim that the following always completes: qrun each 10 # < 99 5 3 neither on jconsole or jqt... though better than 50% From: 'Pascal Jasmin' via Programming To: "programm...@jsoftware.com" Sent: Thursday, October 5, 2017 8:43 PM Subje

Re: [Jprogramming] qrun - jcs - zmq

2017-10-05 Thread bill lam
The mission of stress test is to make it fail and a large of task is important, try on jconsole qrun 99 99 1 or 2 qrun 99 99 2 and eventually qrun each 500#<99 99 1 Any failure would mean it is unfit for serious production use. I don't think the number of cores would affect its stability. Did y

Re: [Jprogramming] qrun - jcs - zmq

2017-10-05 Thread gmj
On linux only: worked by stages to several repeated qrun each 500#<99 99 1 each ran to completion FWIW, I had Chromium and tbird open while j was executing as above  closed chromium and tbird went with it thereafter neither would open while qrun test was running. On 10/05/2017 03:43 PM, Eric Iver

Re: [Jprogramming] qrun - jcs - zmq

2017-10-05 Thread 'Pascal Jasmin' via Programming
with a separate program running on 6 cores, I can run in jqt without problem, qrun each 10 # < 99 5 3 However, most (many at least) runs with more tasks, fail btw, your suggestions to use jconsole with ctrl-c apply just fine with jqt and jbreak.bat (and debug invoked at break) the logfile in

Re: [Jprogramming] Tacit Expressions with Explicit J Syntax

2017-10-05 Thread Raul Miller
J does not have an explicit scope for $: (other than using an explicit verb for that purpose), but often you can use induction instead of recursion. (And, also - generally speaking - we can use analytic techniques - for example, sometimes recursive algorithms can be replaced with arithmetic.) Tha

Re: [Jprogramming] Tacit Expressions with Explicit J Syntax

2017-10-05 Thread Jose Mario Quintana
" If the first example was in an equivalent to tacit code, it could not call f. It would have to be like this: 4 (.x).`(.y (. y , x + {: y ). x $: <: y). at .(.x < y). 8 It would be impossible to use in a larger tacit program and you'd need Jx to solve that, as far as I understand. Same problem as

Re: [Jprogramming] Jx 1.1 Release

2017-10-05 Thread Thomas Costigliola
Hi Mike, it all depends on how much work you want to do. The simplest solution to have 2 instances running simultaneously is to have 2 copies of the J installation with one of them using the Jx j.dll in place of the official j.dll. On Windows you can possibly use symbolic links to point the Jx i

[Jprogramming] qrun - jcs - zmq

2017-10-05 Thread Eric Iverson
Pascal (and others interested in the qrun problem), I was happy when I was able to repeat the hang on my windows system. And then it went away. A race condition that depends on the weather? I have updated zmq/jcs addons with an improved qrun that logs more info. ctrl+c can be very useful in work

Re: [Jprogramming] Quora Digits Problem

2017-10-05 Thread Erling Hellenäs
Hi all! 3!:0 ,+// (|.10^i.4)*/>:i.6 8 The floor operation was not redundant. Marshalls ,+// (10<.@^i._4)*/>:i.6 can be written ,+// (<.10^i._4)*/>:i.6 ,but the floor operation is needed to produce integers. 20 {. ,+// (<.10^i._4)*/>:i.6 1112 1113 1114 1115 1116 1121 1122 1

Re: [Jprogramming] Quora Digits Problem

2017-10-05 Thread Linda Alvord
Not ugly! $,+// (|.10^i.4)*/>:i.6 1296 Linda Sent from AOL Mobile Mail On Wednesday, October 4, 2017 Cliff Reiter wrote: I was stunned to see how fast, and on pausing, how beautiful Marshall's were. Very unusual and powerful uses of insert. > I doubt you'll find a much faster J solution th

Re: [Jprogramming] log tables

2017-10-05 Thread Erling Hellenäs
Hi Linda ! Here yet another way, now with browser output. I didn't manage to make it as simple. Maybe it's too difficult for your students. Change the filename, run and open the resulting file in your browser. tag=: '<',[,'>',],''"_ FileWrite=: 4 : 0 try. NB.Delete File if it exists 1!:55 Ta

Re: [Jprogramming] Jx 1.1 Release

2017-10-05 Thread 'Mike Day' via Programming
Forgot to say - I'm running Windows 10 Ta M On 05/10/2017 10:29, 'Mike Day' via Programming wrote: OK - I've got the Jx 1.1 j.dll and the various accessory information, but suppose I want to try jx and compare it with the "orthodox" J806? Do you advocate setting up a complete "JX" installa

Re: [Jprogramming] Jx 1.1 Release

2017-10-05 Thread 'Mike Day' via Programming
OK - I've got the Jx 1.1 j.dll and the various accessory information,  but suppose I want to try jx and compare it with the "orthodox" J806? Do you advocate setting up a complete "JX" installation parallel with J806 (or J805 ...), or can it somehow share those orthodox folder/s,  given that