Empty program: Difference between revisions

Content added Content deleted
imported>Tromp
imported>Tromp
mNo edit summary
Line 259: Line 259:


=={{header|Binary Lambda Calculus}}==
=={{header|Binary Lambda Calculus}}==

At 4 bits, or half a byte, the smallest BLC program is `cat' :
At 4 bits, or half a byte, the smallest BLC program is `cat' :


<pre>0010</pre>
<syntaxhighlight>0010</syntaxhighlight>


corresponding to the smallest valid lambda term, the identity function \x.x
corresponding to the smallest valid lambda term, the identity function \x.x


=={{header|Beef}}==
=={{header|Beef}}==