Function array: Difference between revisions

Jump to navigation Jump to search
129 bytes added ,  21:42, 2 January 2023
no edit summary
m (Text replacement - "</source>" to "</syntaxhighlight>")
No edit summary
 
Line 4: Line 4:


The [[wikipedia:FP (programming language)|FP]] language features a "function composition" construction that applies like a function array. In the [[I]] language, which has first-class functions, lists may be applied to arguments, and apply each element independently, so that a list of functions also behaves like a function array.
The [[wikipedia:FP (programming language)|FP]] language features a "function composition" construction that applies like a function array. In the [[I]] language, which has first-class functions, lists may be applied to arguments, and apply each element independently, so that a list of functions also behaves like a function array.
== External links ==
* [https://dfns.dyalog.com/n_Function_arrays.htm Function arrays] introduction text in [[Dfns workspace]]


== References ==
== References ==
<references/>
<references/>
{{APL features}}[[Category:Kinds of array]][[Category:Functions]][[Category:APL syntax]]
{{APL features}}[[Category:Kinds of array]][[Category:Functions]][[Category:APL syntax]]

Navigation menu