Jump to content

Empty program: Difference between revisions

Add smallest BLC program
(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}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.