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
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
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
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