Variadic fixed-point combinator: Difference between revisions

m
Line 33:
which translates to a 317 bit BLC program to determine the parity of the input length:
<pre>00010001000100010110010101000101111100001011111010010111111011110110100101100000010110000000010101111110000010000011011000001100101100000010110000000010111111000001101101000001000001101111000001000000001011011101100000011100101111000011011010000100011010000001011000000000010110011111111011110010111111101111110111010</pre>
 
<syntaxhighlight lang="bash">$ echo -n "hello" | ./blc run rosetta/variadicY.lam
1
</syntaxhighlight>
 
=={{header|Bruijn}}==
56

edits