APL Wiki logo: Difference between revisions

Jump to navigation Jump to search
12 bytes added ,  08:57, 13 May 2020
m
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 model|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