Commute: Difference between revisions

Jump to navigation Jump to search
8 bytes added ,  18:06, 8 September 2021
m
→‎Examples: Clarify that it's a monadic fork only
mNo edit summary
m (→‎Examples: Clarify that it's a monadic fork only)
Line 16: Line 16:
{{Works in|[[Dyalog APL]], [[dzaima/APL]], [[NARS2000]]}}
{{Works in|[[Dyalog APL]], [[dzaima/APL]], [[NARS2000]]}}


[[Commute]] can be used to emulate a <source lang=apl inline>f g h</source> [[Fork]] when combined with [[Compose]] (note the following code is not workable APL, but a series of evaluations):
[[Commute]] can be used to emulate a monadic <source lang=apl inline>f g h</source> [[Fork]] when combined with [[Compose]] (note the following code is not workable APL, but a series of evaluations):
<source lang=apl>
<source lang=apl>
g⍨∘f⍨∘h⍨ x   
g⍨∘f⍨∘h⍨ x   

Navigation menu