Re: [Jprogramming] EVM

2022-12-05 Thread Raul Miller
I've updated the page, fixing at least some of these issues. Specifically: (1) I updated the script to use m in place of x (2) I added a border (and some padding) between columns representing parallel evaluation with EVM examples, (3) I added the J prompt on lines representing content to be sent

Re: [Jprogramming] EVM

2022-12-05 Thread Richard Donovan
Thanks to Bill, Martin, Pascal, Raul Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows From: Programming on behalf of Martin Kreuzer Sent: Sunday, December 4, 2022 3:30:21 PM To: programm...@jsoftware.com Subject: Re: [Jprogr

Re: [Jprogramming] EVM

2022-12-04 Thread Arthur Anger
Experts-- I was able to insert 'vs.' between the "columns" of the first EVM example in the Help file, but it failed to have a similar effect on subsequent displays. --Art - On Sat, 3 Dec 2022 12:33:41 + (UTC) "Pascal Jasmin' via Programming" mailto:programm...@jsoftware.com>> wrote: T

Re: [Jprogramming] EVM

2022-12-04 Thread Martin Kreuzer
Thanks, -M At 2022-12-04 17:23, you wrote: IIRC u refers to verb or noun while m refers to noun only. On Sun, 4 Dec 2022 at 11:30 PM Martin Kreuzer wrote: > Sorry Bill, gotten distracted, didn't noticed you already answered. > btw, what's the difference between m and u in this case? > -M >

Re: [Jprogramming] EVM

2022-12-04 Thread bill lam
IIRC u refers to verb or noun while m refers to noun only. On Sun, 4 Dec 2022 at 11:30 PM Martin Kreuzer wrote: > Sorry Bill, gotten distracted, didn't noticed you already answered. > btw, what's the difference between m and u in this case? > -M > > At 2022-12-04 15:11, you wrote: > > >First of

Re: [Jprogramming] EVM

2022-12-04 Thread Martin Kreuzer
Sorry Bill, gotten distracted, didn't noticed you already answered. btw, what's the difference between m and u in this case? -M At 2022-12-04 15:11, you wrote: First of all because of change in syntax, you have to change the line setup x to setup m and then it works like this '*: 4' EVM 16

Re: [Jprogramming] EVM

2022-12-04 Thread Martin Kreuzer
In script ''91a.ijs", line 23, after replacing (setup x) with (setup u) j903/j64avx2/windows/release-b/commercial/www.jsoftware.com/2022-01-28T04:09:50/clang-13-0-0/SLEEF=1 works like this: '2*3' EVM 6 hist'' Queue Stack Rule +--+ +

Re: [Jprogramming] EVM

2022-12-04 Thread bill lam
First of all because of change in syntax, you have to change the line setup x to setup m and then it works like this '*: 4' EVM 16 hist '' Queue Stack Rule +-+ +--++---+ +-+ |mark *: 4| | || | | | +-+ +--+-

Re: [Jprogramming] EVM

2022-12-04 Thread Martin Kreuzer
Used to work fine in J807 but evidently doesn't in J903 ... Haven't found out why not. -M At 2022-12-04 12:33, you wrote: That just displays the EVM adjective! Sent from Mail for Windows From: Richard Donovan Se

Re: [Jprogramming] EVM

2022-12-04 Thread Richard Donovan
That just displays the EVM adjective! Sent from Mail for Windows From: Richard Donovan Sent: Saturday, December 3, 2022 12:14:34 PM To: J Programming Subject: EVM I was reading on the J website of the useful soun

Re: [Jprogramming] EVM

2022-12-03 Thread 'Pascal Jasmin' via Programming
The display for that page tries to "make columnar" results of raw expression and EVM expression.  The lines are not legal J. '*: 4' EVM  NB. should work *: 4 '*: 4' EVM  NB. results in N N - syntax error. On Saturday, December 3, 2022 at 07:14:41 a.m. EST, Richard Donovan wrote: I

[Jprogramming] EVM

2022-12-03 Thread Richard Donovan
I was reading on the J website of the useful sounding adverb EVM so I went to the link at Help / Learning / Ap 1: Evaluating Expressions - J Wiki (jsoftware.com) and downloaded it. So far I cannot get it to work at all