Atop (operator): Difference between revisions

Jump to navigation Jump to search
361 bytes added ,  17:24, 25 April 2022
Close composition (SHARP/J) section
(Created page with "{{Built-in|Atop|⍤}} is a primitive dyadic operator which takes two function operands and produces a derived function which uses the le...")
 
(Close composition (SHARP/J) section)
Line 21: Line 21:
¯4 ¯6 ¯5
¯4 ¯6 ¯5
</source>
</source>
== Close composition ==
In [[SHARP APL]] and [[J]], Atop is implemented as a [[close composition]], meaning that (using SHARP syntax) <source lang=apl inline>f⍥g</source> has the overall [[function rank]] of <source lang=apl inline>g</source>. J uses <code>@</code> for the close form and <code>@:</code> for the rankless form that appears in modern APLs.
== External links ==
== External links ==
=== Lessons ===
=== Lessons ===

Navigation menu