New pages
Jump to navigation
Jump to search
- 15:38, 23 October 2024 Identity operator (hist | edit) [2,623 bytes] RubenVerg (talk | contribs) (Create Identity operator)
- 06:44, 23 October 2024 Round (hist | edit) [1,776 bytes] RubenVerg (talk | contribs) (page about Round)
- 01:53, 18 October 2024 Selective assignment (hist | edit) [3,495 bytes] Marshall (talk | contribs) (Created page with "'''Selective assignment''' is a form of assignment that is able to modify portions of arrays selected by functions using ordinary APL syntax. In APL2, it is defined as a general form that unifies ordinary assignment, indexed assignment, and stranded assignment. Dyalog APL, APLX, and APL\iv feature more limited versions restricted to a single modified array. Structural Under provides similar functionality in some dialects. The core concept...")
- 20:54, 16 October 2024 Structural Under (hist | edit) [4,980 bytes] Marshall (talk | contribs) (Created page with "{{Built-in|Structural Under|⍢}} is a dyadic operator which takes two function operands, and applies the left operand to values selected by the right. The right operand must be a "structural function", meaning that it can rearrange values from the argument or inspect their structure but can't compute using the values themselves. Conceptually related to Under as defined by Iverson, structural Under may be seen as a way to obtain more useful results wi...")
- 08:27, 4 October 2024 Git for APLers (hist | edit) [1,145 bytes] KaiJaeger (talk | contribs) (Tips and tricks for making Git more suitable for APLers) originally created as "GitForAPLers"
- 02:00, 6 September 2024 First-class function (hist | edit) [4,196 bytes] Marshall (talk | contribs) (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...")
- 10:30, 3 September 2024 KaiJaeger-TestPage (hist | edit) [32,986 bytes] KaiJaeger (talk | contribs) (Created page with "The sole purpose of this page: it is used for some development of APL wiki tools. Please ignore. The page will soon be deleted. To write bug-free code in a complex system and to forecast all errors is impossible. Therefore, implementing some kind of error trapping in an application which is supposed to run in a productive environment is a must. But to do this in a general and efficient manner is not easy. This article discusses techniques to solve this problem. == Int...")
- 22:26, 28 August 2024 TinyAPL (hist | edit) [2,535 bytes] Marshall (talk | contribs) (Created page with "{{Infobox array language | logo = file:tinyapl_logo.png | array model = nested | index origin = 1 | function styles = dfn, tacit | numeric types = complex float | unicode support = full | released = 2023 | developer = Madeline Vergani | latest release version = 0.6.0.0 / 2024 | implementation language = wikipedia:Haskell...")