Skip to main content

Questions tagged [apl]

For questions about the design of, or languages or features which are closely related to, APL.

4 votes
0 answers
109 views

What was the complete list of overstrikes supported by Multics APL?

APL famously has a lot of "characters" that are really two other characters overstruck. I was surprised to read in this Multics APL manual from 1985 that this extended even to overstriking <...
Quuxplusone's user avatar
11 votes
2 answers
501 views

Is there a language where "everything is a dataframe"?

In APL, you don't need to write loops because scalar operations are automatically "broadcast" (mapped and zipped) across arrays. For example a grayscale image could be a 2D array, which is ...
dpercy's user avatar
  • 211
2 votes
1 answer
367 views

Implementing a Array programming language in C. What is the best and most efficient struct for the arrays? [closed]

...
rapasite's user avatar
3 votes
0 answers
200 views

Why would an APL implementation include "Deep Transpose"?

APL64 includes a ⎕DTR system function which, as far as I can tell, is equivalent to ⍉¨⍉ i.e. the transposed outer array with ...
Adám's user avatar
  • 3,317