Re: Question for the list...

2020-08-08 Thread Christian Robert
Well, my opinion would be to leave it "as it is" unless it invoke very few overhead to permit localisation of Quad-IO and may be Quad-RL (the only two I think of, that make sence to me to localize) Xtian. On 2020-08-07 17:27, Chris Moller wrote: I've just discovered that you get a syntax err

Re: Format by example

2020-08-08 Thread Dr . Jürgen Sauermann
Hi Bill, I believe I have fixed this, SVN 1334. However, I would try to avoid "format by example" where possible. It looks simple at first glance, but seems to allow somewhat  quirky format strings (e.g. numbers with multiple decimal poin

Re: Question for the list...

2020-08-08 Thread Dr . Jürgen Sauermann
Hi Chris, I suspect that the syntax error is caused by assigning lll twice and not ny localizing ⎕IO. The first assignment (which most likely happened but is not visible in your example) defines a function:   )clear CLEAR WS

Re: Question for the list...

2020-08-08 Thread Chris Moller
Hi, Jürgen, I hate to be augmentative, but what I'm seeing is:   )clear CLEAR WS   SUM ← { ⍺ + ⍵⊣C←0 ;C;D }   ⎕cr 'SUM' λ←⍺ λ1 ⍵;C;D λ← ⍺ + ⍵⊣C←0   6 SUM 7 13   )clear CLEAR WS   SUM ← { ⍺ + ⍵⊣C←0 ;C;⎕io}   ⎕cr 'SUM' λ←⍺ λ

Re: Format by example

2020-08-08 Thread Bill Heagy
I still see a segfault. wheagy@bigflight:~/apl_svn/apl/trunk$ akt src/apl __ _ __ __ _____ __ / // | / // / / / / | / __ \ / / / / __ / |/ // / / / / /| | / /_/ // / / /_/ // /| // /_/

Re: Potential problem in diadic iota (⍳) or in Pick (⊃)

2020-08-08 Thread Dr . Jürgen Sauermann
Hi, I think SVN 1336 looks better. Best Regards, Jürgen On 8/7/20 10:51 PM, Kacper Gutowski wrote: Indeed, as Christian wrote, the fix is not sufficient.  But I still believe it's in the branch I previously mentioned as comm

Re: Format by example

2020-08-08 Thread Dr . Jürgen Sauermann
Hi Bill, interesting. Works on my machine:    'This is a description 55,550.' ⍕ 5 5⍴1 This is a description  1.This is a description  1.This is a description    1.This is a description  1.This is a description 

Re: Question for the list...

2020-08-08 Thread Dr . Jürgen Sauermann
Ji Chris, I see. Have a look at SVN 1337. Best Regards, Jürgen On 8/8/20 4:05 PM, Chris Moller wrote: Hi, Jürgen, I hate to be augmentative, but what I'm seeing is:   )clear CLE

Re: Question for the list...

2020-08-08 Thread Chris Moller
Very cool!  Thanks! On 2020-08-08 14:38, Dr. Jürgen Sauermann wrote: Ji Chris, I see. Have a look at *SVN 1337*. Best Regards, Jürgen On 8/8/20 4:05 PM, Chris Moller wrote: Hi, Jürgen, I hate to be augmentative, but what I'm seeing is:   )clear CLEAR WS   SUM ← { ⍺ +