Quine: Difference between revisions

Content added Content deleted
imported>Tromp
m (add byte oriented BLC quine)
imported>Tromp
Line 601: Line 601:


=={{header|Binary Lambda Calculus}}==
=={{header|Binary Lambda Calculus}}==
As explained at https://tromp.github.io/cl/Binary_lambda_calculus.html#A_quine
As explained at https://tromp.github.io/cl/Binary_lambda_calculus.html#a_quine
<syntaxhighlight lang="blc">000101100100011010000000000001011011110010111100111111011111011010000101100100011010000000000001011011110010111100111111011111011010</syntaxhighlight>A byte oriented version is given by the 18 byte program
<syntaxhighlight lang="blc">000101100100011010000000000001011011110010111100111111011111011010000101100100011010000000000001011011110010111100111111011111011010</syntaxhighlight>A byte oriented version is given by the 18 byte program


<code>16 46 80 05 bc bc fd f6 80 16 46 80 05 bc bc fd f6 80</code>                                                       
<code>16 46 80 05 bc bc fd f6 80 16 46 80 05 bc bc fd f6 80</code>                                                       


=={{header|Bob}}==
=={{header|Bob}}==