Learning resources: Difference between revisions

Jump to navigation Jump to search
2 bytes added ,  09:31, 14 February 2020
m
Line 49: Line 49:
== For old APLers ==
== For old APLers ==
In the last decade, several implementations have extended APL with new primitives:
In the last decade, several implementations have extended APL with new primitives:
=== Primtives ===
=== Primitives ===
Functions: <source lang=apl inline>⊢</source> [[Identity|Same]], [[Right_identity|Right]];
Functions: <source lang=apl inline>⊢</source> [[Identity|Same]], [[Right_identity|Right]];
<source lang=apl inline>⊣</source> [[Identity|Same]], [[Left_identity|Left]];
<source lang=apl inline>⊣</source> [[Identity|Same]], [[Left_identity|Left]];
Line 63: Line 63:
<source lang=apl inline>⌺</source> [[Stencil]];
<source lang=apl inline>⌺</source> [[Stencil]];
<source lang=apl inline>⍠</source> [[Variant]]
<source lang=apl inline>⍠</source> [[Variant]]
=== Lambdas ===
=== Lambdas ===
* [http://help.dyalog.com/16.0/Content/Language/Defined%20Functions%20and%20Operators/DynamicFunctions/Dynamic%20Functions%20and%20Operators.htm Intro]
* [http://help.dyalog.com/16.0/Content/Language/Defined%20Functions%20and%20Operators/DynamicFunctions/Dynamic%20Functions%20and%20Operators.htm Intro]

Navigation menu