Empty program: Difference between revisions

Content deleted Content added
Chkas (talk | contribs)
Added Easylang
imported>Tromp
Add smallest BLC program
Line 257:
=={{header|bc}}==
An empty file is a valid program.
 
=={{header|Binary Lambda Calculus}}==
At 4 bits, or half a byte, the smallest BLC program is `cat' :
 
<syntaxhighlight>0010</syntaxhighlight>
 
corresponding to the smallest valid lambda term, the identity function \x.x
 
=={{header|Beef}}==