Function composition: Difference between revisions

m
(Add C++20, clean-up)
Line 1,695:
=={{header|Joy}}==
Composition is the default operation in Joy. The composition of two functions is the concatenation of those functions, in the order in which they are to be applied.
<syntaxhighlight lang joy=Joy>g f</langsyntaxhighlight>
And yes, there should be a space between the two names.
 
=={{header|jq}}==
153

edits