All public logs
Jump to navigation
Jump to search
Combined display of all available logs of APL Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 02:00, 6 September 2024 Marshall talk contribs created page First-class function (Created page with "A programming language supports '''first-class functions''' if it allows functions to be used in the same ways as data values such as numbers and characters. It should be possible to assign functions as variables, pass them as function arguments, and use them as elements of arrays. APL's function application syntax is designed with the assumption that functions are applied to arrays only, not functions. Tradi...")