Search results

Jump to navigation Jump to search
  • {{Built-in|Compose|∘}} or '''Composition''' is the most common name for the [[primitive operator|primitive]] [[dyadi {{quote|Composition assembles functions and arguments to form derived functions. This provides
    2 KB (272 words) - 22:22, 10 September 2022
  • ...t 1. [[I.P. Sharp Associates]]. 1983-04-04.</ref> In SHARP all composition operators follow this pattern, while in J, both close and non-close forms (with a res {{APL features}}[[Category:Composition operators]]
    2 KB (258 words) - 02:12, 27 August 2023
  • == Close composition == In [[SHARP APL]] and [[J]], Over is implemented as a [[close composition]], meaning that (using SHARP syntax) <syntaxhighlight lang=apl inline>f⍤g
    3 KB (428 words) - 21:33, 28 January 2024
  • ...behaviour as if the [[Atop]] 2-train or any of the [[Beside]] or [[Over]] operators had been used: == Close composition ==
    3 KB (410 words) - 19:05, 16 March 2024
  • In dialects that support user-defined operators and invertible functions, it can be defined as (or similar): == Close composition ==
    5 KB (664 words) - 13:35, 17 February 2024
  • ...hlight>, and <syntaxhighlight lang=apl inline>h</syntaxhighlight>, a split composition on arguments <syntaxhighlight lang=apl inline>x</syntaxhighlight> and <synt ...hlight> which also represents the [[Over]] operator - as it too is a split composition with identical outer operands.
    3 KB (435 words) - 08:45, 23 September 2022
  • ...=apl inline>∘</syntaxhighlight>) with [[Beside]]; in many dialects the two operators share the name [[Compose]]. <syntaxhighlight lang=apl inline>∘</syntaxhig * [https://chat.stackexchange.com/rooms/52405/conversation/lesson-4-more-apl-operators--#41029677 APL Cultivation]
    2 KB (215 words) - 10:57, 6 October 2022
  • '''Operators and Functions''' is a research report published by [[Ken Iverson]] in 1978, Operators:
    3 KB (356 words) - 22:27, 10 September 2022
  • ...he rank of their right operand—the [[derived function]] produced by such a composition has ranks derived from that function's ranks. ...ghlight>".<ref>K.E. Iverson. [https://www.jsoftware.com/papers/satn41.htm "Composition and Enclosure"]. SATN 41, 1981-06-20.</ref> The concept of function rank wa
    4 KB (618 words) - 18:06, 29 January 2024
  • ...l81">[[Bob Smith]]. [https://doi.org/10.1145/800142.805376 "Nested arrays, operators, and functions"] at [[APL81]].</ref> | influenced by = [[APL*PLUS]], [[Operators and Functions]], [[Iverson notation]]
    6 KB (626 words) - 02:40, 8 March 2024
  • ⍝ same as this, because operators are left-associative, unlike functions which are right-associative * [https://chat.stackexchange.com/rooms/52405/conversation/lesson-4-more-apl-operators--#41029677 APL Cultivation]
    3 KB (310 words) - 06:20, 28 February 2024
  • {{APL built-ins}}[[Category:Primitive operators]][[Category:Composition operators]]
    2 KB (307 words) - 06:17, 28 February 2024
  • ...fined with glyph <syntaxhighlight lang=apl inline>⍨</syntaxhighlight> in [[Operators and Functions]] in 1978, and taken up by [[NARS]] as a result. [[Dyalog]], * [https://chat.stackexchange.com/rooms/52405/conversation/lesson-3-some-apl-operators-----#40900200 APL Cultivation]
    3 KB (376 words) - 16:56, 16 March 2024
  • ...n a particular pattern. The term [[wikipedia:function composition|function composition]] comes from [[traditional mathematics]] where it is used for a function <m ...yalog.tv/Dyalog19/?v=czWC4tjwzOQ Tacit Techniques with Dyalog version 18.0 Operators]
    7 KB (946 words) - 21:12, 10 September 2022
  • ...the mirror image to give two functions (I has first-class functions but no operators) hook (<code>h</code>) and backhook (<code>H</code>). [[File:Hooks.png|thumb|right|Hook operators in [[BQN]]]]
    4 KB (585 words) - 06:48, 28 February 2024
  • {{APL built-ins}}[[Category:Primitive operators]][[Category:Composition operators]]
    3 KB (414 words) - 00:12, 17 March 2024
  • ...jsoftware.com/papers/satn41.htm "Composition and Enclosure"] § Composition Operators. SATN-41, 1981-06-20.</ref> Pair aids in constructing nested arrays in [[ta
    3 KB (486 words) - 17:16, 6 March 2024
  • Language ideas include new functions, operators, datatypes, and many other extensions. The project is free open source sof ...feature of NARS2000 is its heavy use of experimental primitive functions & operators. In the table below, symbols which are unknown or obscure in the APL world
    10 KB (1,101 words) - 02:29, 9 March 2024
  • ...xhighlight lang=apl inline>⍣</syntaxhighlight>), [[Windowed Reduction]] ([[Operators and Functions]] 1978) ...ght>), [[Under]] (<syntaxhighlight lang=apl inline>¨</syntaxhighlight>) ([[Operators and Functions]] 1978; not widely adopted) <br/> [[complex]] extensions: [[C
    8 KB (788 words) - 22:14, 18 March 2024
  • [[File:Function compositions.png|thumb|right|Diagrams of [[function composition]]s, an important part of tacit programming.]] == Derived operators ==
    13 KB (1,347 words) - 21:28, 6 March 2024
  • ...obtain analogous functionality by using an [[Under]] operator with [[close composition]] along with the [[Function rank|rank]]-0 function [[Disclose]] (or Unbox). * [https://chat.stackexchange.com/rooms/52405/conversation/lesson-3-some-apl-operators-----#message-40899092 APL Cultivation]
    5 KB (488 words) - 22:16, 10 September 2022
  • '''New primitive operators''' ...ned%20Functions%20and%20Operators/DynamicFunctions/Dynamic%20Operators.htm Operators]
    10 KB (1,442 words) - 13:09, 4 March 2024
  • | Compositional operators ''(see [[Function composition]])'' || Kompositions-Operatoren | [[Function composition|(Function) composition]] || Komposition<ref>German wikipedia: [https://de.wikipedia.org/wiki/Kompo
    15 KB (1,754 words) - 14:44, 4 March 2024
  • ...light>), [[Match]] (<syntaxhighlight lang=apl inline>≡</syntaxhighlight>); operators [[Atop|Over]] (<syntaxhighlight lang=apl inline>⍥</syntaxhighlight>), [[O == Primitive Operators ==
    22 KB (2,021 words) - 22:59, 7 May 2024
  • .... In this way it unifies APL's pairs of first- and last-axis functions and operators including [[Reverse]], [[Rotate]], [[Replicate]], [[Expand]], [[Reduce]], a ...k 0 as they apply only to [[scalar]]s. J and SHARP APL also define [[close composition]]s, which compose two functions while retaining the rank of the first one a
    10 KB (1,238 words) - 21:46, 10 September 2022
  • J
    ...syntaxhighlight lang=j inline>@.</syntaxhighlight> for agenda, non-[[close composition]]s | 7.0 || 1993-11-14 || [[wikipedia:Taylor series|Taylor series]] operators <syntaxhighlight lang=j inline>t.</syntaxhighlight> and <syntaxhighlight la
    17 KB (2,223 words) - 20:31, 14 April 2024
  • ...lowed a long history of attempts to define train-like behavior in terms of operators.<ref>[[Roger Hui]] and [[Morten Kromberg]]. [https://dl.acm.org/doi/abs/10. ...v]], [[dzaima/APL]], [[April]], and [[BQN]], and also matches the function composition featured in [[I]] in 2012.
    8 KB (1,165 words) - 15:43, 8 March 2024
  • ...ange of [[glyphs|special graphic symbols]] to represent most functions and operators. While keyboard mappings become [[mnemonics|memorized]] over time, entering ...d>AltGr</kbd> as shifting key, <kbd>`</kbd> as prefix key, or ASCII symbol composition.
    17 KB (2,247 words) - 00:35, 14 February 2024
  • ...rator)|Rank operator]], [[trains]], and [[Function composition|composition operators]], namely [[Atop]] and [[Over]], from J to APL. | 4.0 || 1986 || October || User-defined operators, [[function assignment]] (including for [[derived function]]s), <syntaxhigh
    32 KB (3,640 words) - 23:27, 10 March 2024
  • ...Sharp APL]] were to exchange the glyphs, and remove the concept of [[close composition]]). dzaima/APL has adopted Extended Dyalog's [[Pair]] (<syntaxhighlight lan * [https://dyalog.tv/Webinar/?v=jBxQZemmA1w User-Defined Operators]
    14 KB (1,892 words) - 09:42, 26 January 2024
  • * '''10: An Investigation into Higher Level Operators''', [[John Scholes]] * '''G09: Co-operators''', [[Phil Last]], Independent Consultant ([https://www.dyalog.com/uploads/
    135 KB (18,206 words) - 19:11, 20 February 2024
  • * '''APL unary matrix operators as represented by the eighth order Dihedral group'''. John H. Crayton. [htt * '''Uses of general arrays and operators'''. J. E. Mezei. [https://doi.org/10.1145/800269.810828].
    168 KB (20,470 words) - 00:01, 16 April 2024