Empty program: Difference between revisions

m
(Add bruijn)
(One intermediate revision by one other user not shown)
Line 262:
At 4 bits, or half a byte, the smallest BLC program is `cat' :
 
<syntaxhighlightpre>00 10</syntaxhighlightpre>
 
corresponding to the smallest valid lambda term, the identity function \x.x
Line 340:
 
=={{header|Bruijn}}==
The smallest program in bruijn is the the identity function (\x.x) and returns its input:
 
<syntaxhighlight>main [0]</syntaxhighlight>
56

edits