09/18/2016 02:27 AM, Alex Weiner wrote:
Hi Bug-APL,
Please enjoy this link to a library I wrote. It allows APLers to read
images into the APL environment. The returned data structure is a
three dimensional matrix, where each plane represents a sub-pixel.
Additionally, you can take a 3×X×Y si
Hi Bug-APL,
Please enjoy this link to a library I wrote. It allows APLers to read
images into the APL environment. The returned data structure is a three
dimensional matrix, where each plane represents a sub-pixel.
Additionally, you can take a 3×X×Y sized matrix and write it as a .bmp
file. S
Hi Bug APL,
I am having difficulty pinning down this error that occurs when
executing my script from a webserver (as a CGI script). The error does
not occur when I mock up data to bypass values filled in by ⎕env, and
run the script locally. I'm using apache, and the error logs are
terribly opa
Hi Bug-APL,
Surely this is not correct:
5∘.∘.+9
14
I would expect a syntax error.
If this is valid, then I stand corrected
-Alex