APL Wiki logo: Difference between revisions

Jump to navigation Jump to search
4 bytes added ,  21:44, 7 January 2020
Line 56: Line 56:
</source>
</source>
=== Automatic mapping ===
=== Automatic mapping ===
A really nice feature of APL is its array-orientation. For computations which are defined on single elements ([[scalar functions]]), [[wikipedia:map (higher-order function)|map]]ping is implicit:
A really nice feature of APL is its [[array]]-orientation. For computations which are defined on single elements ([[scalar functions]]), [[wikipedia:map (higher-order function)|map]]ping is implicit:
<source lang=apl>
<source lang=apl>
       0 1 2 3 4!4
       0 1 2 3 4!4

Navigation menu