Re: [Jprogramming] J Playground neural network demo

2022-07-06 Thread Raul Miller
Oops... for people doing stringsearch in that opengroup chapter: Pathname Resolution (no space between "Path" and "Name"). Sorry about that, -- Raul On Thu, Jul 7, 2022 at 12:04 AM Raul Miller wrote: > > Here's some quick impressions -- I haven't looked at any of this > deeply, and I might be

Re: [Jprogramming] J Playground neural network demo

2022-07-06 Thread Raul Miller
Here's some quick impressions -- I haven't looked at any of this deeply, and I might be off base in some respect or another: I imagine that a j playground progress spinner would exploit 2!:0 to drive a callback which was specifically designed to update a j playground progress spinner. I also

Re: [Jprogramming] J Playground neural network demo

2022-07-06 Thread Joe Bogner
Hi Jan-Pieter, Thanks for all the feedback and the pull request. I merged it in. Below are some comments on your excellent feedback: On Sun, Jul 3, 2022 at 5:45 PM Jan-Pieter Jacobs wrote: > I saw the progress spinner, it certainly is an improvement over the > previous behavior, especially

Re: [Jprogramming] question about an other wikipedia entry...

2022-07-06 Thread Hauke Rehr
If you put something like export PATH=/home/username/jcurrent/bin/:$PATH into your .bashrc¹ and keep that symlink jcurrent, well, current, (which is a good idea in the first place) then you can just say #!/usr/bin/env jconsole instead. ¹ ~ in place of /home/username won’t do in this case!

Re: [Jprogramming] question about an other wikipedia entry...

2022-07-06 Thread Raul Miller
On Wed, Jul 6, 2022 at 12:41 PM wrote: > ...which will decrease the number of user by one each time. Possibly. Though there are many problems with software compatibility, and these grow every day in many ways. I've added a parenthetical note to the wikipedia page. -- Raul

Re: [Jprogramming] question about an other wikipedia entry...

2022-07-06 Thread tuxic
Hi Raul, sorry...I was misleading what I wrote (no native speaker). What I meant was...if someone new interested in J reads the wikipedia page, installs J and then tries, what the wikipedia pages says, will fail and may decide "I will remove it, it does not work." ...which will decrease the

Re: [Jprogramming] question about an other wikipedia entry...

2022-07-06 Thread Raul Miller
On Wed, Jul 6, 2022 at 10:19 AM wrote: > I found this said to be a valid script for J: > > #!/bin/jc > echo 'Hello, world!' > exit '' > > ...but there is no "jc" on my system (I have installed J of course :) ) > > Is it only valid for the commercial version of J? I remember that older versions

[Jprogramming] question about an other wikipedia entry...

2022-07-06 Thread tuxic
Hi, Looking at https://en.wikipedia.org/wiki/J_(programming_language) I found this said to be a valid script for J: #!/bin/jc echo 'Hello, world!' exit '' ...but there is no "jc" on my system (I have installed J of course :) ) Is it only valid for the commercial version of J? Cheers! Meino