[Bug-apl] "SYSTEM_LIMIT (fun_oper)" error

2014-01-31 Thread Frederick H Pitts
Gentle people, When I attempt to run the attached life.apl.gz (after uncompressing) with apl -f life.apl partial output occurs and then "SYSTEM LIMIT (fun_oper) appears with the offending apl statement after that. Investigation of the interpreter source code reveals the "SYSTEM

Re: [Bug-apl] Strange behaviour of ,/

2014-01-31 Thread Elias Mårtenson
Wow. I need to read (and understand) the spec, clearly. Thanks for explaining this to me. Regards, Elias On 1 February 2014 03:52, Kacper Gutowski wrote: > On 2014-02-01 01:37:23, Elias Mårtenson wrote: > > As far as I understand, OP/ is supposed to splice OP in between every > element > > in

Re: [Bug-apl] Strange behaviour of ,/

2014-01-31 Thread Kacper Gutowski
On 2014-02-01 01:37:23, Elias Mårtenson wrote: > As far as I understand, OP/ is supposed to splice OP in between every element > in the array and return the result. > > Based on this, I would expect that ,/1 2 3 4 and 1,2,3,4 to be equivalent. That's how reduction is informally described, but joi

[Bug-apl] Strange behaviour of ,/

2014-01-31 Thread Elias Mårtenson
As far as I understand, OP/ is supposed to splice OP in between every element in the array and return the result. Based on this, I would expect that ,/1 2 3 4 and 1,2,3,4 to be equivalent. However, they are not, as can be seen in the below paste: *8⎕CR ,/1 2 3 4* ┌─┐ │┌→──┐│ ││1