Hello world/Newbie: Difference between revisions

m
imported>Tromp
 
(2 intermediate revisions by one other user not shown)
Line 506:
=={{header|Binary Lambda Calculus}}==
Although https://www.ioccc.org/2012/tromp/hint.html explains how to compile the obfuscated C code at https://www.ioccc.org/2012/tromp/tromp.c to run
<syntaxhighlightpre>echo " Hello, world" | ./tromp</syntaxhighlightpre>
 
I find that the modern clang compiler cannot compile tromp.c
 
Luckily https://github.com/tromp/AIT offers alternative implementations of the lambda universal machine in many languages:
 
* C: uni.c
Line 522:
<syntaxhighlight lang="bash">wget https://github.com/tromp/AIT/uni.pl
echo " Hello, world" | ./uni.pl</syntaxhighlight>
 
More implementations may be found at https://rosettacode.org/wiki/Universal_Lambda_Machine
 
=={{header|BQN}}==
56

edits