Y combinator: Difference between revisions

Content added Content deleted
(BLC solution)
Line 988: Line 988:
test("fac")
test("fac")
test("fib")</syntaxhighlight>
test("fib")</syntaxhighlight>

=={{header|Binary Lambda Calculuc}}==
This BLC program outputs 6!, as computed with the Y combinator, in unary (generated from https://github.com/tromp/AIT/blob/master/rosetta/facY.lam) :

<pre>11 c2 a3 40 b0 bf 65 ee 05 7c 0c ef 18 89 70 39 d0 39 ce 81 6e c0 3c e8 31</pre>


=={{header|BlitzMax}}==
=={{header|BlitzMax}}==