Jump to content

Function composition: Difference between revisions

m
imported>Tromp
(add compose function in BLC)
Line 555:
In lambda calculus, the compose functions happens to coincide with multiplication on Church numerals, namely <code>compose = \f \g \x. f (g x)</code> which in BLC is
 
<syntaxhighlightpre>00 00 00 01 1110 01 110 10</syntaxhighlightpre>
 
=={{header|BQN}}==
56

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.